bake-toolkit 2.36.0 → 2.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/bakeqac +3 -0
- data/lib/common/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f14ffc262d93edc0c8c5ad281e93378445b273c9
|
|
4
|
+
data.tar.gz: 0c1fce72edba474e76d15004f70c619e5d7ab217
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4e2aa589001372881833df8a6d1ddb816f61930d0b9106b478e071c98888a322af822b0b2a57c17730a45ab15cc514a4a961f52da510a298079f66af7e4e952
|
|
7
|
+
data.tar.gz: 6c528387292dd2ea437fb8ffa8067e4d1ad248defb06d12945378ce080e0c95ec59f46bd3754ff70a15e822b39683bf6d3aff979b2ad117de74888aaa66b94be
|
data/bin/bakeqac
CHANGED
|
@@ -278,6 +278,7 @@ end
|
|
|
278
278
|
numberOfMessages = 0
|
|
279
279
|
Dir.chdir(@options.qac_home) do
|
|
280
280
|
sortedLines.each do |line|
|
|
281
|
+
success = true if line.include?"The specified project does not have any source files" # to proceed we assume that this is a valid scenario
|
|
281
282
|
if (!@options.qacnoformat && line.start_with?("MSG: ")) || (@options.qacnoformat && line.include?(": Msg("))
|
|
282
283
|
Bake.formatter.printWarning(line)
|
|
283
284
|
if @options.qacdoc
|
|
@@ -381,6 +382,8 @@ end
|
|
|
381
382
|
success, consoleOutput = ProcessHelper.run(cmd, false)
|
|
382
383
|
puts consoleOutput
|
|
383
384
|
|
|
385
|
+
success = true if consoleOutput.include?"The specified project does not have any source files"
|
|
386
|
+
|
|
384
387
|
if success
|
|
385
388
|
require "json"
|
|
386
389
|
jsons = Dir.glob(@options.qacdata + "/prqa/reports/data/*.json")
|
data/lib/common/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bake-toolkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.36.
|
|
4
|
+
version: 2.36.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Schaal
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-04-
|
|
11
|
+
date: 2017-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rtext
|