Skip to content

Commit

Permalink
fixup lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Apr 3, 2017
1 parent b9ba6c1 commit bfc4f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : [
Expand Down

0 comments on commit bfc4f93

Please sign in to comment.