mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds cppcheck target on makefile
This commit is contained in:
committed by
Felipe Zimmerle
parent
7bcc9cf0d9
commit
ac64983276
@@ -36,6 +36,9 @@ MAINTAINERCLEANFILES = \
|
||||
missing \
|
||||
depcomp
|
||||
|
||||
cppcheck:
|
||||
cppcheck --suppressions-list=./test/cppcheck_suppressions.txt --enable=all --inconclusive --template="{file},{line},{severity},{id},{message}" -U YYSTYPE -U YY_USER_INIT --std=posix .
|
||||
|
||||
@VALGRIND_CHECK_RULES@
|
||||
VALGRIND_SUPPRESSIONS_FILES = valgrind_suppressions.txt
|
||||
|
||||
|
Reference in New Issue
Block a user