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/"
],
"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",
"prefer-stable": true