Skip to content

Commit

Permalink
Merge pull request #207 from 10up/fix/phpcs
Browse files Browse the repository at this point in the history
Exclude the 10up-lib directory from the PHPCS check.
  • Loading branch information
faisal-alvi authored Sep 3, 2024
2 parents 0582e7e + 32e7d62 commit 5ef2675
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 @@ -5,4 +5,5 @@
<exclude-pattern>dist/</exclude-pattern>
<exclude-pattern>vendor/</exclude-pattern>
<exclude-pattern>tests/</exclude-pattern>
<exclude-pattern>10up-lib/</exclude-pattern>
</ruleset>

0 comments on commit 5ef2675

Please sign in to comment.