From bfc4f93cac9096604ea1db185255898f3bd190f5 Mon Sep 17 00:00:00 2001 From: Robbie Mackay Date: Mon, 3 Apr 2017 16:24:50 +1200 Subject: [PATCH] fixup lint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3f7814a347..911f104837 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,7 @@ ], "lint" : [ "phpcs --ignore=vendor/*,application/*,modules/*,plugins/*,httpdocs/*,tests/*,migrations/*,bin/* --standard=PSR2 --tab-width=4 ./", - "phpcs --standard=spec/ruleset.xml --tab-width=4 ./tests/spec/", + "phpcs --standard=tests/spec/ruleset.xml --tab-width=4 ./tests/spec/", "phpcs --standard=migrations/ruleset.xml --tab-width=4 ./migrations/" ], "pre-coverage" : [