Skip to content

Commit

Permalink
Update cppcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sakumisu authored Sep 27, 2024
1 parent d096319 commit f733912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
sudo make install FILESDIR=/usr/local/share/Cppcheck
cd ..
cppcheck --version
cppcheck --enable=warning,portability,performance --language=c --platform=unix32 --std=c99 class/ core/ common/ port/
cppcheck --enable=warning,portability,performance --language=c --platform=unix32 --std=c99 class/ core/ common/ port/ -i class/template/ port/template/

0 comments on commit f733912

Please sign in to comment.