forked from mirror/_s
Update PHPCS ruleset to check coding standard for CSS and SCSS files
This commit is contained in:
parent
5ba1b9acb0
commit
6e75903248
|
@ -16,8 +16,8 @@
|
||||||
-->
|
-->
|
||||||
<arg value="psvn"/>
|
<arg value="psvn"/>
|
||||||
|
|
||||||
<!-- Only check the PHP files. JS files are checked separately with JSCS and JSHint. -->
|
<!-- Only check the PHP, CSS and SCSS files. JS files are checked separately with JSCS and JSHint. -->
|
||||||
<arg name="extensions" value="php"/>
|
<arg name="extensions" value="php,css,scss/css"/>
|
||||||
|
|
||||||
<!-- Check all files in this directory and the directories below it. -->
|
<!-- Check all files in this directory and the directories below it. -->
|
||||||
<file>.</file>
|
<file>.</file>
|
||||||
|
|
Reference in New Issue