Skip to content

Commit

Permalink
Update cppcheck commit with more coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Oct 31, 2019
1 parent b143a1c commit bfd8ff1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/misra/coverage_table
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
2.6 X (Cppcheck)
2.7
3.1 X (Addon)
3.2
3.2 X (Addon)
4.1 X (Addon)
4.2 X (Addon)
5.1 X (Addon)
Expand Down Expand Up @@ -123,7 +123,7 @@
20.12
20.13 X (Addon)
20.14 X (Addon)
21.1
21.1 X (Addon)
21.2
21.3 X (Addon)
21.4 X (Addon)
Expand All @@ -134,7 +134,7 @@
21.9 X (Addon)
21.10 X (Addon)
21.11 X (Addon)
21.12
21.12 X (Addon)
22.1 X (Cppcheck)
22.2 X (Cppcheck)
22.3
Expand Down
2 changes: 2 additions & 0 deletions tests/misra/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ misra.19.2
misra.11.4
# Advisory: casting from void pointer to type pointer is ok. Done by STM libraries as well
misra.11.5
# Required: it's ok re-defining potentially reserved Macro names. Not likely to cause confusion
misra.21.1
2 changes: 1 addition & 1 deletion tests/misra/test_misra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mkdir /tmp/misra || true
git clone https://github.com/danmar/cppcheck.git || true
cd cppcheck
git fetch
git checkout 7d6d561c84cfc6dd84f51378d3123a17fe0a1aa5
git checkout bdd41151ed550e3d240a6dd6847859216b7ad736
make -j4
cd ../../../

Expand Down

0 comments on commit bfd8ff1

Please sign in to comment.