Skip to content

Commit cc3e437

Browse files
authored
Merge pull request #63 from wp-cli/show-rule-name
Always show sniff name in addition to error message
2 parents 8fb2d51 + 4919821 commit cc3e437

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

phpcs.xml.dist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<!-- Show progress. -->
1717
<arg value="p"/>
1818

19+
<!-- Show rule name. -->
20+
<arg value="s"/>
21+
1922
<!-- Strip the filepaths down to the relevant bit. -->
2023
<arg name="basepath" value="./"/>
2124

@@ -70,4 +73,4 @@
7073
<exclude-pattern>*/utils/behat-tags\.php$</exclude-pattern>
7174
</rule>
7275

73-
</ruleset>
76+
</ruleset>

0 commit comments

Comments
 (0)