Remove admin/ dir from phpcs

This commit is contained in:
Ingo Schommer 2017-03-15 08:59:26 +13:00
parent 9f953770f5
commit da2647b4de

View File

@ -75,7 +75,7 @@
"thirdparty/" "thirdparty/"
], ],
"scripts": { "scripts": {
"lint": "phpcs --standard=tests/phpcs/ruleset.xml src/ admin/code/ tests/ admin/tests/" "lint": "phpcs --standard=tests/phpcs/ruleset.xml src/"
}, },
"min-stability": "dev", "min-stability": "dev",
"prefer-stable": true "prefer-stable": true