Skip to content

Commit

Permalink
Show lint errors when there are lint problems (#9661)
Browse files Browse the repository at this point in the history
A summary saying there were lint errors isn't too helpful
when you want to fix the lint errors, so this changes
the output so that the lint failures are shown.
  • Loading branch information
notnownikki authored and pento committed Sep 13, 2018
1 parent 7dbcadb commit 75991a5
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 @@ -21,6 +21,6 @@
},
"scripts": {
"format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source",
"lint": "phpcs --standard=phpcs.xml.dist --report-summary --report-source"
"lint": "phpcs --standard=phpcs.xml.dist"
}
}

0 comments on commit 75991a5

Please sign in to comment.