diff --git a/Makefile.in b/Makefile.in index ca1897f..c3693f1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -258,5 +258,5 @@ clang: # Analyze code using Cppcheck 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