Skip to content

Commit e7fe710

Browse files
committed
CI-windows.yml: fixed comments
1 parent d7cfd52 commit e7fe710

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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!

0 commit comments

Comments
 (0)