mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Adds verbose quality check
Vera++ and ccpcheck are not outputing to the stderr instead stdout allowing the buildbot to extract some numbers about it.
This commit is contained in:
parent
b77e90152d
commit
388943440c
@ -37,10 +37,10 @@ test-regression:
|
||||
(cd tests && $(MAKE) test-regression)
|
||||
|
||||
cppcheck:
|
||||
(cppcheck . --enable=all --force)
|
||||
cppcheck . --enable=all --force
|
||||
|
||||
check-coding-style:
|
||||
(vera++ -rule L004 -param max-line-length=80 `(find . -iname "*.c" ; find . -iname "*.h") | xargs`)
|
||||
(vera++ -rule L001 `(find . -iname "*.c" ; find . -iname "*.h") | xargs`)
|
||||
vera++ -rule L004 -param max-line-length=80 `(find . -iname "*.c" ; find . -iname "*.h") | xargs`
|
||||
vera++ -rule L001 `(find . -iname "*.c" ; find . -iname "*.h") | xargs`
|
||||
|
||||
.PHONY: test
|
||||
|
Loading…
x
Reference in New Issue
Block a user