-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from melexis/fix-cov-var
Support environment variables in the configuration for CoverityChecker
- Loading branch information
Showing
9 changed files
with
147 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
sphinx: | ||
enabled: true | ||
min: 0 | ||
max: 0 | ||
exclude: | ||
- RemovedInSphinx\d+Warning | ||
- 'WARNING: toctree' | ||
doxygen: | ||
enabled: false | ||
junit: | ||
enabled: false | ||
xmlrunner: | ||
enabled: false | ||
coverity: | ||
enabled: false | ||
robot: | ||
enabled: false | ||
polyspace: | ||
enabled: true | ||
run-time check: | ||
- color: red | ||
min: 0 | ||
max: 0 | ||
- color: orange | ||
min: 0 | ||
max: 10 | ||
global variable: | ||
- color: red | ||
min: 0 | ||
max: 0 | ||
- color: orange | ||
min: 0 | ||
max: 10 | ||
defect: | ||
- information: 'impact: high' | ||
min: 0 | ||
max: 0 | ||
- information: 'impact: medium' | ||
min: 0 | ||
max: 10 | ||
- information: 'impact: low' | ||
min: 0 | ||
max: 30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters