phpcs instructions only searched one level deep

This commit is contained in:
Marc Tobias Metten
2018-02-23 01:15:36 +01:00
parent ff2a40b109
commit eaaa4a7b31
3 changed files with 8 additions and 2 deletions

View File

@@ -8,6 +8,12 @@
<!-- https://github.com/squizlabs/PHP_CodeSniffer/blob/master/CodeSniffer/Standards/PSR2/ruleset.xml -->
<rule ref="PSR2"/>
<exclude-pattern>./lib/template/*html*</exclude-pattern>
<exclude-pattern>./lib/template/includes/</exclude-pattern>
<exclude-pattern>./module/</exclude-pattern>
<exclude-pattern>./website/css</exclude-pattern>
<exclude-pattern>./website/js</exclude-pattern>
<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="194"/>