mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Adds support for coding style and quality check
Initial effort to get the code on shape. This will be executed by the buildbots as soon as they get ready for it.
This commit is contained in:
parent
7b1537058f
commit
b77e90152d
@ -36,4 +36,11 @@ test: check
|
||||
test-regression:
|
||||
(cd tests && $(MAKE) test-regression)
|
||||
|
||||
cppcheck:
|
||||
(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`)
|
||||
|
||||
.PHONY: test
|
||||
|
Loading…
x
Reference in New Issue
Block a user