Skip to content

Commit

Permalink
Merge pull request #13 from ianmacl/rulesetfix
Browse files Browse the repository at this point in the history
Fixed ruleset.xml to accomodate change in exclusion pattern processing i...
  • Loading branch information
ianmacl committed Oct 26, 2012
2 parents 051bb17 + 893dc8b commit 9dc3b8c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ruleset.xml
Expand Up @@ -6,11 +6,9 @@
<exclude-pattern>*\.js</exclude-pattern> <exclude-pattern>*\.js</exclude-pattern>


<!-- Exclude 3rd party libraries. --> <!-- Exclude 3rd party libraries. -->
<exclude-pattern>*/phputf8/*</exclude-pattern> <exclude-pattern>*phputf8/*</exclude-pattern>
<exclude-pattern>*/simplepie/*</exclude-pattern> <exclude-pattern>*simplepie/*</exclude-pattern>
<exclude-pattern>*/phpmailer/phpmailer.php</exclude-pattern> <exclude-pattern>*phpmailer/*</exclude-pattern>
<exclude-pattern>*/phpmailer/smtp.php</exclude-pattern>
<exclude-pattern>*/phpmailer/pop3.php</exclude-pattern>
<exclude-pattern>*/mootree*.css</exclude-pattern> <exclude-pattern>*/mootree*.css</exclude-pattern>
<exclude-pattern>*/mooRainbow.css</exclude-pattern> <exclude-pattern>*/mooRainbow.css</exclude-pattern>
<exclude-pattern>*/modal.css</exclude-pattern> <exclude-pattern>*/modal.css</exclude-pattern>
Expand Down

0 comments on commit 9dc3b8c

Please sign in to comment.