Skip to content

Commit

Permalink
Fix phpcs.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Feb 16, 2020
1 parent db9d6aa commit 8a94b03
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- What to scan -->
<file>.</file>
<exclude-pattern>*/.make/*</exclude-pattern>
<exclude-pattern>*/\.make/*</exclude-pattern>
<exclude-pattern>*/assets/*</exclude-pattern>
<exclude-pattern>*/css/*</exclude-pattern>
<exclude-pattern>*/dist/*</exclude-pattern>
Expand All @@ -14,12 +14,12 @@
<exclude-pattern>*/src/*</exclude-pattern>
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*.js</exclude-pattern>
<exclude-pattern>*.mo</exclude-pattern>
<exclude-pattern>*.po</exclude-pattern>
<exclude-pattern>*.twig</exclude-pattern>
<exclude-pattern>*.css</exclude-pattern>
<exclude-pattern>*.scss</exclude-pattern>
<exclude-pattern>*\.js</exclude-pattern>
<exclude-pattern>*\.mo</exclude-pattern>
<exclude-pattern>*\.po</exclude-pattern>
<exclude-pattern>*\.twig</exclude-pattern>
<exclude-pattern>*\.css</exclude-pattern>
<exclude-pattern>*\.scss</exclude-pattern>

<!-- How to scan -->
<arg value="sp"/><!-- Show sniff and progress -->
Expand Down

0 comments on commit 8a94b03

Please sign in to comment.