Skip to content

Commit

Permalink
Merge pull request #63 from wp-cli/show-rule-name
Browse files Browse the repository at this point in the history
Always show sniff name in addition to error message
  • Loading branch information
schlessera authored Apr 20, 2019
2 parents 8fb2d51 + 4919821 commit cc3e437
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<!-- Show progress. -->
<arg value="p"/>

<!-- Show rule name. -->
<arg value="s"/>

<!-- Strip the filepaths down to the relevant bit. -->
<arg name="basepath" value="./"/>

Expand Down Expand Up @@ -70,4 +73,4 @@
<exclude-pattern>*/utils/behat-tags\.php$</exclude-pattern>
</rule>

</ruleset>
</ruleset>

0 comments on commit cc3e437

Please sign in to comment.