Skip to content

Commit

Permalink
Use relative ^wp-content/ path in PHPCS config.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Jul 20, 2023
1 parent b98bebf commit 1950c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<exclude-pattern>tests/bootstrap.php</exclude-pattern>
<exclude-pattern>vendor/*</exclude-pattern>
<exclude-pattern>wordpress/*</exclude-pattern>
<exclude-pattern>wp-content/*</exclude-pattern>
<exclude-pattern type="relative">^wp-content/*</exclude-pattern>

<rule ref="PronamicWP">
<exclude name="Squiz.Commenting.FileComment.Missing">src/readme-txt/changelog.php</exclude>
Expand Down

0 comments on commit 1950c8f

Please sign in to comment.