Skip to content

Commit

Permalink
Merge pull request #323 from 10up/fix/295
Browse files Browse the repository at this point in the history
fix/295: Exclude `10up-lib` from PHPCS linting
  • Loading branch information
dkotter authored Jul 26, 2024
2 parents a8899f3 + 1f23ad5 commit 10c29c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<!-- Exclude the Composer Vendor directory. -->
<exclude-pattern>/vendor/*</exclude-pattern>
<exclude-pattern>/10up-lib/*</exclude-pattern>

<!-- Exclude the Node Modules directory. -->
<exclude-pattern>/node_modules/*</exclude-pattern>
Expand Down

0 comments on commit 10c29c2

Please sign in to comment.