-
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.
Add test to catch error of using Polyspace checker together with othe…
…r checkers
- Loading branch information
1 parent
feb643e
commit 575d372
Showing
2 changed files
with
57 additions
and
1 deletion.
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
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