Skip to content

Commit

Permalink
Coding Standards: Add PHPCS exclusion for the Must-Use loader file.
Browse files Browse the repository at this point in the history
  • Loading branch information
costdev committed Nov 5, 2024
1 parent ab3f723 commit 4ea1ffe
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 @@ -45,6 +45,9 @@
<!-- Translation files. -->
<exclude-pattern>/languages/*</exclude-pattern>

<!-- Must-Use Loader -->
<exclude-pattern>/mu/*</exclude-pattern>

<!--
#############################################################################
SET UP THE RULESET
Expand Down

0 comments on commit 4ea1ffe

Please sign in to comment.