Skip to content

Commit bfd8ff1

Browse files
committed
Update cppcheck commit with more coverage
1 parent b143a1c commit bfd8ff1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

tests/misra/coverage_table

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
2.6 X (Cppcheck)
1010
2.7
1111
3.1 X (Addon)
12-
3.2
12+
3.2 X (Addon)
1313
4.1 X (Addon)
1414
4.2 X (Addon)
1515
5.1 X (Addon)
@@ -123,7 +123,7 @@
123123
20.12
124124
20.13 X (Addon)
125125
20.14 X (Addon)
126-
21.1
126+
21.1 X (Addon)
127127
21.2
128128
21.3 X (Addon)
129129
21.4 X (Addon)
@@ -134,7 +134,7 @@
134134
21.9 X (Addon)
135135
21.10 X (Addon)
136136
21.11 X (Addon)
137-
21.12
137+
21.12 X (Addon)
138138
22.1 X (Cppcheck)
139139
22.2 X (Cppcheck)
140140
22.3

tests/misra/suppressions.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ misra.19.2
44
misra.11.4
55
# Advisory: casting from void pointer to type pointer is ok. Done by STM libraries as well
66
misra.11.5
7+
# Required: it's ok re-defining potentially reserved Macro names. Not likely to cause confusion
8+
misra.21.1

tests/misra/test_misra.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mkdir /tmp/misra || true
44
git clone https://github.com/danmar/cppcheck.git || true
55
cd cppcheck
66
git fetch
7-
git checkout 7d6d561c84cfc6dd84f51378d3123a17fe0a1aa5
7+
git checkout bdd41151ed550e3d240a6dd6847859216b7ad736
88
make -j4
99
cd ../../../
1010

0 commit comments

Comments
 (0)