Skip to content

Commit

Permalink
Merge pull request #351 from Yoast/JRF/yoastcs-ruleset-always-exclude…
Browse files Browse the repository at this point in the history
…-other-plugins

YoastCS rules: exclude files from other plugins
  • Loading branch information
jrfnl authored Nov 20, 2023
2 parents 25cc126 + 23ee102 commit 296fbf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Yoast/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/vendor(_prefixed)?/*</exclude-pattern>

<!-- Always exclude files from other plugins which may be installed for test purposes. -->
<exclude-pattern>*/wp-content/plugins*</exclude-pattern>


<!--
#############################################################################
Expand Down

0 comments on commit 296fbf4

Please sign in to comment.