Skip to content

Commit

Permalink
Update phpcs.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jul 24, 2023
1 parent 5881a8a commit 7dad9a2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<file>.</file>

<exclude-pattern>.idea/*</exclude-pattern>
<exclude-pattern>assets/*</exclude-pattern>
<exclude-pattern>css/*</exclude-pattern>
<exclude-pattern>documentation/*</exclude-pattern>


<exclude-pattern>fonts/*</exclude-pattern>
<exclude-pattern>html/*</exclude-pattern>
<exclude-pattern>images/*</exclude-pattern>
Expand All @@ -15,10 +14,15 @@
<exclude-pattern>languages/*</exclude-pattern>
<exclude-pattern>node_modules/*</exclude-pattern>
<exclude-pattern>other/*</exclude-pattern>
<exclude-pattern>tests/bootstrap.php</exclude-pattern>

<exclude-pattern>vendor/*</exclude-pattern>
<exclude-pattern>wordpress/*</exclude-pattern>

<exclude-pattern type="relative">^build/*</exclude-pattern>
<exclude-pattern type="relative">^documentation/*</exclude-pattern>
<exclude-pattern type="relative">^wp-content/*</exclude-pattern>
<exclude-pattern type="relative">^packages/*</exclude-pattern>
<exclude-pattern type="relative">^deploy/*</exclude-pattern>

<rule ref="PronamicWP">
<exclude name="Squiz.Commenting.FileComment.Missing">src/readme-txt/changelog.php</exclude>
Expand Down

0 comments on commit 7dad9a2

Please sign in to comment.