-
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 #149 from melexis/fix-cq-bug
Fix code quality bug due missing shared object
- Loading branch information
Showing
11 changed files
with
259 additions
and
8 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
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,24 @@ | ||
coverity: | ||
enabled: true | ||
intentional: | ||
min: 0 | ||
max: -1 | ||
bug: | ||
max: 0 | ||
pending: | ||
min: 0 | ||
max: 0 | ||
false_positive: | ||
max: -1 | ||
sphinx: | ||
enabled: false | ||
doxygen: | ||
enabled: false | ||
junit: | ||
enabled: false | ||
xmlrunner: | ||
enabled: false | ||
robot: | ||
enabled: false | ||
polyspace: | ||
enabled: false |
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,114 @@ | ||
[ | ||
{ | ||
"severity": "info", | ||
"location": { | ||
"path": "some/path/dummy_int.h", | ||
"positions": { | ||
"begin": { | ||
"line": 150, | ||
"column": 16 | ||
} | ||
} | ||
}, | ||
"description": "Coverity: MISRA C-2012 Standard C Environment (MISRA C-2012 Rule 1.2, Advisory)", | ||
"fingerprint": "26ce9a2e6eb1a2186f10995b6261e7ef" | ||
}, | ||
{ | ||
"severity": "info", | ||
"location": { | ||
"path": "some/path/dummy_int.h", | ||
"positions": { | ||
"begin": { | ||
"line": 164, | ||
"column": 16 | ||
} | ||
} | ||
}, | ||
"description": "Coverity: MISRA C-2012 Standard C Environment (MISRA C-2012 Rule 1.2, Advisory)", | ||
"fingerprint": "a007582ec0592332f1db4626436aef22" | ||
}, | ||
{ | ||
"severity": "info", | ||
"location": { | ||
"path": "some/path/dummy_int.h", | ||
"positions": { | ||
"begin": { | ||
"line": 34, | ||
"column": 12 | ||
} | ||
} | ||
}, | ||
"description": "Coverity: MISRA C-2012 Standard C Environment (MISRA C-2012 Rule 1.2, Advisory)", | ||
"fingerprint": "483e97b9e911d1091876456f0e05136a" | ||
}, | ||
{ | ||
"severity": "info", | ||
"location": { | ||
"path": "some/path/dummy_fp.c", | ||
"positions": { | ||
"begin": { | ||
"line": 367, | ||
"column": 13 | ||
} | ||
} | ||
}, | ||
"description": "Coverity: Out-of-bounds write (OVERRUN)", | ||
"fingerprint": "d95a012dc6fca902fe73142c81846152" | ||
}, | ||
{ | ||
"severity": "info", | ||
"location": { | ||
"path": "some/path/dummy_fp.c", | ||
"positions": { | ||
"begin": { | ||
"line": 367, | ||
"column": 13 | ||
} | ||
} | ||
}, | ||
"description": "Coverity: MISRA C-2012 Pointers and Arrays (MISRA C-2012 Rule 18.1, Required)", | ||
"fingerprint": "40317d6bdf17c682f9fbc356209da168" | ||
}, | ||
{ | ||
"severity": "major", | ||
"location": { | ||
"path": "some/path/dummy_uncl.h", | ||
"positions": { | ||
"begin": { | ||
"line": 194, | ||
"column": 14 | ||
} | ||
} | ||
}, | ||
"description": "Coverity: MISRA C-2012 Declarations and Definitions (MISRA C-2012 Rule 8.5, Required)", | ||
"fingerprint": "48e27cc7f6eef3c6e4f305a4613491ff" | ||
}, | ||
{ | ||
"severity": "major", | ||
"location": { | ||
"path": "some/path/dummy_uncl.c", | ||
"positions": { | ||
"begin": { | ||
"line": 1404, | ||
"column": 14 | ||
} | ||
} | ||
}, | ||
"description": "Coverity: MISRA C-2012 Declarations and Definitions (MISRA C-2012 Rule 8.6, Required)", | ||
"fingerprint": "580c5e4df217d18403c7e53b9b1d21a7" | ||
}, | ||
{ | ||
"severity": "major", | ||
"location": { | ||
"path": "some/path/dummy_uncl.c", | ||
"positions": { | ||
"begin": { | ||
"line": 923, | ||
"column": 13 | ||
} | ||
} | ||
}, | ||
"description": "Coverity: MISRA C-2012 Identifiers (MISRA C-2012 Rule 5.8, Required)", | ||
"fingerprint": "199398cb40462913b6da4b7ab00ca19d" | ||
} | ||
] |
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,8 @@ | ||
some/path/dummy_int.h:150:16: CID 417642 (#1 of 1): MISRA C-2012 Standard C Environment (MISRA C-2012 Rule 1.2, Advisory): Intentional, Minor, Ignore, owner is Unassigned, defect only exists locally. | ||
some/path/dummy_int.h:164:16: CID 417639 (#1 of 1): MISRA C-2012 Standard C Environment (MISRA C-2012 Rule 1.2, Advisory): Intentional, Minor, Ignore, owner is Unassigned, defect only exists locally. | ||
some/path/dummy_int.h:34:12: CID 264736 (#1 of 1): MISRA C-2012 Standard C Environment (MISRA C-2012 Rule 1.2, Advisory): Intentional, Minor, Ignore, owner is Unassigned, defect only exists locally. | ||
some/path/dummy_fp.c:367:13: CID 423570 (#1 of 1): Out-of-bounds write (OVERRUN): False Positive, Minor, Ignore, owner is sfo, defect only exists locally. | ||
some/path/dummy_fp.c:367:13: CID 423568 (#1 of 1): MISRA C-2012 Pointers and Arrays (MISRA C-2012 Rule 18.1, Required): False Positive, Minor, Ignore, owner is sfo, defect only exists locally. | ||
some/path/dummy_uncl.h:194:14: CID 431350 (#1 of 1): MISRA C-2012 Declarations and Definitions (MISRA C-2012 Rule 8.5, Required): Unclassified, Unspecified, Undecided, owner is Unassigned, defect only exists locally. | ||
some/path/dummy_uncl.c:1404:14: CID 431349 (#1 of 1): MISRA C-2012 Declarations and Definitions (MISRA C-2012 Rule 8.6, Required): Unclassified, Unspecified, Undecided, owner is Unassigned, defect only exists locally. | ||
some/path/dummy_uncl.c:923:13: CID 431348 (#1 of 1): MISRA C-2012 Identifiers (MISRA C-2012 Rule 5.8, Required): Unclassified, Unspecified, Undecided, owner is Unassigned, defect only exists locally. |