Create new phpcs rules

This commit is contained in:
QWp6t
2015-12-27 23:13:05 -08:00
committed by Ben Word
parent 1df3fee010
commit 2d02544173
4 changed files with 62 additions and 47 deletions

View File

@@ -43,5 +43,6 @@ install:
script:
- npm run build
- phpcs --standard=ruleset.xml --extensions=php --ignore=node_modules,bower_components,vendor -n -s .
- phpcs --report=summary
- phpcs --report=summary --standard=phpcs-templates.xml -n
- phpmd src text cleancode,codesize,controversial,design,naming,unusedcode