Skip to content

Commit

Permalink
Docs: Use WordPress.Files.FileName rule instead of WordPress.Files.Fi…
Browse files Browse the repository at this point in the history
…lename in the sample phpcs ruleset
  • Loading branch information
dawidurbanski committed Sep 3, 2023
1 parent bb792cb commit 387784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcs.xml.dist.sample
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<rule ref="WordPress.WP.GlobalVariablesOverride">
<exclude-pattern>/path/to/Tests/*Test\.php</exclude-pattern>
</rule>
<rule ref="WordPress.Files.Filename">
<rule ref="WordPress.Files.FileName">
<exclude-pattern>/path/to/Tests/*Test\.php</exclude-pattern>
</rule>

Expand Down

0 comments on commit 387784c

Please sign in to comment.