mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Adds check-static to travis.yaml
This commit is contained in:
committed by
Felipe Zimmerle
parent
4ad3574cf2
commit
616cf84c31
@@ -60,9 +60,7 @@ cppcheck:
|
||||
--inconclusive \
|
||||
--template="warning: {file},{line},{severity},{id},{message}" \
|
||||
--std=posix . 2> cppcheck.txt
|
||||
cat cppcheck.txt
|
||||
# -U YYSTYPE
|
||||
# -U YY_USER_INIT
|
||||
cat cppcheck.txt | grep -v "/ lalr1.cc"
|
||||
|
||||
check-static: cppcheck
|
||||
|
||||
|
Reference in New Issue
Block a user