summaryrefslogtreecommitdiffstats
path: root/phpcs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpcs.xml')
-rw-r--r--phpcs.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpcs.xml b/phpcs.xml
index e741e42..343f8b0 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -5,7 +5,9 @@
<file>.</file>
<arg value="np"/>
<arg name="colors"/>
- <arg name="extensions" value="php,inc"/>
+ <arg name="extensions" value="php"/>
<arg name="encoding" value="utf8"/>
+ <exclude-pattern>cache/</exclude-pattern>
+ <exclude-pattern>tmp/</exclude-pattern>
<exclude-pattern>vendor/</exclude-pattern>
</ruleset> \ No newline at end of file