mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Fix typo causing build issues
This commit is contained in:
parent
4a7d439de5
commit
9543e136ce
@ -39,7 +39,7 @@ cppcheck:
|
||||
cppcheck . --enable=all --force 2>&1 | sed 's/^/warning: /g' 1>&2;
|
||||
|
||||
check-coding-style:
|
||||
for i in `(find . -iname "*.c" ; find . -iname "*.h")`; \
|
||||
for i in `(find . -iname "*.c" ; find . -iname "*.h")`; \
|
||||
do echo $$i...; \
|
||||
vera++ -rule L004 -param max-line-length=80 $$i 2>&1 | sed 's/^/warning: /g' 1>&2; \
|
||||
vera++ -rule L001 $$i 2>&1 | sed 's/^/warning: /g' 1>&2; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user