Skip to content

Commit

Permalink
Exclude the tests folder from phpcs checker
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Jul 17, 2024
1 parent 9a68579 commit 420cbfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<exclude-pattern>node_modules/*</exclude-pattern>
<exclude-pattern>vendor/*</exclude-pattern>
<exclude-pattern>lib/*</exclude-pattern>
<exclude-pattern>tests/*</exclude-pattern>
<rule ref="WordPress-Core">
<exclude name="Squiz.Commenting.FileComment.SpacingAfterComment" />
<exclude name="Generic.Files.LowercasedFilename" />
Expand Down

0 comments on commit 420cbfa

Please sign in to comment.