Skip to content

Commit

Permalink
Add composer script to run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamwhite committed Aug 28, 2019
1 parent 39243eb commit 17baaba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"license": "GPL-2.0-or-later",
"require-dev": {
"humanmade/coding-standards": "^0.6.0"
},
"scripts": {
"lint": "phpcs --standard=vendor/humanmade/coding-standards ."
}
}

0 comments on commit 17baaba

Please sign in to comment.