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 @@ -185,11 +185,11 @@ jobs:
185185 .\cppcheck --addon=threadsafety --std=c++03 addons\test\threadsafety || exit /b !errorlevel!
186186 .\cppcheck --addon=misra --inline-suppr --enable=information --error-exitcode=1 addons\test\misra\misra-ctu-*-test.c || exit /b !errorlevel!
187187 cd addons\test
188- # We'll force C89 standard to enable an additional verification for
189- # rules 5.4 and 5.5 which have standard-dependent options.
188+ rem We'll force C89 standard to enable an additional verification for
189+ rem rules 5.4 and 5.5 which have standard-dependent options.
190190 ..\..\cppcheck --dump -DDUMMY --suppress=uninitvar --inline-suppr misra\misra-test.c --std=c89 --platform=unix64 || exit /b !errorlevel!
191191 python3 ..\misra.py -verify misra\misra-test.c.dump || exit /b !errorlevel!
192- # TODO: do we need to verify something here?
192+ rem TODO: do we need to verify something here?
193193 ..\..\cppcheck --dump -DDUMMY --suppress=uninitvar --suppress=uninitStructMember --std=c89 misra\misra-test.h || exit /b !errorlevel!
194194 ..\..\cppcheck --dump misra\misra-test.cpp || exit /b !errorlevel!
195195 python3 ..\misra.py -verify misra\misra-test.cpp.dump || exit /b !errorlevel!
You can’t perform that action at this time.
0 commit comments