Skip to content

Commit

Permalink
Merge pull request #2376 from dawidurbanski/docs/fix-case-sensitive-r…
Browse files Browse the repository at this point in the history
…ule-in-sample-phpcs-xml

Docs: Use `FileName` rule instead of `Filename` in the sample phpcs ruleset
  • Loading branch information
dingo-d authored Sep 3, 2023
2 parents bb792cb + 387784c commit c961efc
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 c961efc

Please sign in to comment.