Skip to content

Commit

Permalink
Merge pull request #123 from Automattic/ignore-SuperfluousWhitespace-…
Browse files Browse the repository at this point in the history
…in-css-and-js

Ignore SuperfluousWhitespace in css and js files.
  • Loading branch information
david-binda authored Dec 1, 2017
2 parents 153bd66 + 8a25465 commit e91a620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WordPressVIPMinimum/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<exclude name="Squiz.WhiteSpace.SuperfluousWhitespace.EndLine"/>
<include-pattern>*.php</include-pattern>
<include-pattern>*.inc</include-pattern>
<exclude-pattern>*.js</exclude-pattern>
<exclude-pattern>*.css</exclude-pattern>
</rule>
<rule ref="Squiz.PHP.CommentedOutCode"/>

Expand Down

0 comments on commit e91a620

Please sign in to comment.