File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,10 +168,6 @@ jobs:
168168 ../../cppcheck --addon=misra --platform=avr8 --error-exitcode=1 misra/misra-test-avr8.c
169169 ../../cppcheck --dump misc-test.cpp
170170 python3 ../misc.py -verify misc-test.cpp.dump
171- ../../cppcheck --dump cert-test.c
172- python3 ../cert.py -verify cert-test.c.dump
173- ../../cppcheck --dump cert-test.cpp
174- python3 ../cert.py -verify cert-test.cpp.dump
175171 ../../cppcheck --dump naming_test.c
176172 python3 ../naming.py --var='[a-z].*' --function='[a-z].*' naming_test.c.dump
177173 ../../cppcheck --dump naming_test.cpp
Original file line number Diff line number Diff line change @@ -196,10 +196,6 @@ jobs:
196196 ..\..\cppcheck --addon=misra --platform=avr8 --error-exitcode=1 misra\misra-test-avr8.c || exit /b !errorlevel!
197197 ..\..\cppcheck --dump misc-test.cpp || exit /b !errorlevel!
198198 python3 ..\misc.py -verify misc-test.cpp.dump || exit /b !errorlevel!
199- ..\..\cppcheck --dump cert-test.c || exit /b !errorlevel!
200- python3 ..\cert.py -verify cert-test.c.dump || exit /b !errorlevel!
201- ..\..\cppcheck --dump cert-test.cpp || exit /b !errorlevel!
202- python3 ..\cert.py -verify cert-test.cpp.dump || exit /b !errorlevel!
203199 ..\..\cppcheck --dump naming_test.c || exit /b !errorlevel!
204200 python3 ..\naming.py --var='[a-z].*' --function='[a-z].*' naming_test.c.dump || exit /b !errorlevel!
205201 ..\..\cppcheck --dump naming_test.cpp || exit /b !errorlevel!
You can’t perform that action at this time.
0 commit comments