Skip to content

Commit

Permalink
fixes phpcs missing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
bacoords committed Dec 7, 2022
1 parent 96caf7d commit 478067f
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 @@ -97,6 +97,6 @@
Also exlude theme.js which includes bootstrap.js.
-->
<rule ref="WPThemeReview.Privacy.ShortenedURLs.Found">
<exclude-pattern>/js/theme*\.js</exclude-pattern>
<exclude-pattern>/js/child-theme*\.js</exclude-pattern>
</rule>
</ruleset>

0 comments on commit 478067f

Please sign in to comment.