forked from hans/Nominatim
phpcs instructions only searched one level deep
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user