mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
make: enable new sniff for codesniffer
This commit is contained in:
parent
6c13cbf4dd
commit
2b71525147
@ -2,6 +2,10 @@
|
||||
<ruleset name="PSR2+">
|
||||
<description>Slightly enhanced version of the PSR2 standard</description>
|
||||
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
|
||||
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
|
||||
<!--
|
||||
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement"/>
|
||||
-->
|
||||
<rule ref="PSR2"/>
|
||||
<exclude-pattern>*.css</exclude-pattern>
|
||||
<exclude-pattern>*.js</exclude-pattern>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user