Skip to content

Commit

Permalink
Do exhaustive cppchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
eduar-hte committed Apr 29, 2024
1 parent 0708b26 commit e418a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ cppcheck:
-D MS_CPPCHECK_DISABLED_FOR_PARSER -U YY_USER_INIT \
--suppressions-list=./test/cppcheck_suppressions.txt \
--inline-suppr \
--check-level=exhaustive \
--enable=warning,style,performance,portability,unusedFunction,missingInclude \
--inconclusive \
--template="warning: {file},{line},{severity},{id},{message}" \
Expand Down

0 comments on commit e418a74

Please sign in to comment.