Skip to content

Commit

Permalink
Update exclusion patterns for PHPCS squizlabs/PHP_CodeSniffer#1731
Browse files Browse the repository at this point in the history
  • Loading branch information
pereirinha committed Nov 30, 2020
1 parent 3873420 commit 458abc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<rule ref="WordPress-VIP-Go" />
<rule ref="WordPressVIPMinimum" />

<exclude-pattern>/node_modules/</exclude-pattern>
<exclude-pattern>/vendor/</exclude-pattern>
<exclude-pattern>/build/</exclude-pattern>
<exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/build/*</exclude-pattern>
</ruleset>

0 comments on commit 458abc1

Please sign in to comment.