Skip to content

Commit

Permalink
Add new rulesets to exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
hbhalodia committed Feb 14, 2023
1 parent 2c8b064 commit de56046
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,7 @@
<exclude-pattern type="relative">^logs/*</exclude-pattern>
<exclude-pattern>/assets/js/*.asset.php</exclude-pattern>
<exclude-pattern>*/.github/*</exclude-pattern>
<exclude-pattern>*/assets/*</exclude-pattern>
<exclude-pattern>*/languages/*</exclude-pattern>
<exclude-pattern>*/wp-assets/*</exclude-pattern>
</ruleset>

0 comments on commit de56046

Please sign in to comment.