Skip to content

Commit

Permalink
Drop cert.py from cppcheck invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Dec 10, 2024
1 parent 45ac668 commit 7a45adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,5 @@ clang:

# Analyze code using Cppcheck <http://cppcheck.sourceforge.net>
cppcheck:
cppcheck $(CPPFLAGS) --template=gcc --addon=cert.py --suppressions-list=.cppcheck $(OBJS:.o=.c) 2>cppcheck.log
cppcheck $(CPPFLAGS) --template=gcc --suppressions-list=.cppcheck $(OBJS:.o=.c) 2>cppcheck.log
test -s cppcheck.log && (echo "$(GHA_ERROR)Cppcheck detected issues."; echo ""; cat cppcheck.log; exit 1) || exit 0

0 comments on commit 7a45adb

Please sign in to comment.