Update PHPCS ruleset to check coding standard for CSS and SCSS files

This commit is contained in:
Truong Giang 2017-07-24 08:23:45 +07:00
parent 5ba1b9acb0
commit 6e75903248
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
-->
<arg value="psvn"/>
<!-- Only check the PHP files. JS files are checked separately with JSCS and JSHint. -->
<arg name="extensions" value="php"/>
<!-- Only check the PHP, CSS and SCSS files. JS files are checked separately with JSCS and JSHint. -->
<arg name="extensions" value="php,css,scss/css"/>
<!-- Check all files in this directory and the directories below it. -->
<file>.</file>