Update cppcheck commit with more coverage

master
Riccardo 2019-10-31 13:08:10 -07:00
parent b143a1cf9e
commit bfd8ff1b18
3 changed files with 6 additions and 4 deletions

View File

@ -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)
@ -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)
@ -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

View File

@ -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

View File

@ -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 ../../../