From da2647b4de187fb82b48ab2ba4e99b28c7f0d087 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 15 Mar 2017 08:59:26 +1300 Subject: [PATCH] Remove admin/ dir from phpcs --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5d6f027aa..c5610ef5a 100644 --- a/composer.json +++ b/composer.json @@ -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