Skip to content

Commit

Permalink
updating the phpcs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Mar 23, 2022
1 parent 7c059d0 commit 293e74f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0"?>
<ruleset name="Project Rules">
<rule ref="10up-Default">
</rule>
<rule ref="10up-Default" />
<file>.</file>
<exclude-pattern>dist/</exclude-pattern>
<exclude-pattern>vendor/</exclude-pattern>
<exclude-pattern>tests/</exclude-pattern>
</ruleset>

0 comments on commit 293e74f

Please sign in to comment.