Skip to content

Commit

Permalink
Fix exclude pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed Mar 15, 2018
1 parent 71dd17e commit 421dee3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dekode/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
<!-- Exclude files -->
<exclude-pattern>wp/</exclude-pattern>
<exclude-pattern>vendor/</exclude-pattern>
<exclude-pattern>content/plugins/</exclude-pattern>
<exclude-pattern>wp-content/plugins/</exclude-pattern>
<exclude-pattern>node_modules/</exclude-pattern>
<exclude-pattern>*content/plugins/</exclude-pattern>
<exclude-pattern>*/node_modules/*</exclude-pattern>

<!-- Rules -->
<rule ref="WordPress" />
Expand Down

0 comments on commit 421dee3

Please sign in to comment.