Unverified Commit 0cfad3a2 authored by Joshua Sedler's avatar Joshua Sedler Committed by GitHub
Browse files

feat(ruleset): Exclude ".min.css" files from the Drupal ruleset (#3269399 by Grevil)

parent 243ad26c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -297,4 +297,7 @@
 <exclude-pattern>*/\.svn/*</exclude-pattern>
 <exclude-pattern>*/\.hg/*</exclude-pattern>
 <exclude-pattern>*/\.bzr/*</exclude-pattern>
 
 <!-- Ignore minified CSS files.-->
 <exclude-pattern>*\.min\.css$</exclude-pattern>
</ruleset>