File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,11 +182,11 @@ jobs:
182182 .\cppcheck --addon=threadsafety --std=c++03 addons\test\threadsafety || exit /b !errorlevel!
183183 .\cppcheck --addon=misra --inline-suppr --enable=information --error-exitcode=1 addons\test\misra\misra-ctu-*-test.c || exit /b !errorlevel!
184184 cd addons\test
185- # We'll force C89 standard to enable an additional verification for
186- # rules 5.4 and 5.5 which have standard-dependent options.
185+ rem We'll force C89 standard to enable an additional verification for
186+ rem rules 5.4 and 5.5 which have standard-dependent options.
187187 ..\..\cppcheck --dump -DDUMMY --suppress=uninitvar --inline-suppr misra\misra-test.c --std=c89 --platform=unix64 || exit /b !errorlevel!
188188 python3 ..\misra.py -verify misra\misra-test.c.dump || exit /b !errorlevel!
189- # TODO: do we need to verify something here?
189+ rem TODO: do we need to verify something here?
190190 ..\..\cppcheck --dump -DDUMMY --suppress=uninitvar --suppress=uninitStructMember --std=c89 misra\misra-test.h || exit /b !errorlevel!
191191 ..\..\cppcheck --dump misra\misra-test.cpp || exit /b !errorlevel!
192192 python3 ..\misra.py -verify misra\misra-test.cpp.dump || exit /b !errorlevel!
You can’t perform that action at this time.
0 commit comments