Add exception for tests/php for filename sniff because it conflicts with PSR4.

This commit is contained in:
vedanshujain 2020-05-05 19:22:21 +05:30
parent 27ad4a552e
commit a74f06f337
1 changed files with 1 additions and 0 deletions

View File

@ -58,5 +58,6 @@
<rule ref="WordPress.Files.FileName.NotHyphenatedLowercase">
<exclude-pattern>i18n/</exclude-pattern>
<exclude-pattern>src/</exclude-pattern>
<exclude-pattern>tests/php</exclude-pattern>
</rule>
</ruleset>