mirror of
https://github.com/opnsense/plugins.git
synced 2025-12-10 00:09:10 -06:00
plugins: change to PSR12 standard
This commit is contained in:
parent
3c70f7976d
commit
0d1f9d9362
@ -1,12 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<ruleset name="PSR2+">
|
||||
<description>Slightly enhanced version of the PSR2 standard</description>
|
||||
<ruleset name="PSR12+">
|
||||
<description>Slightly enhanced version of the PSR12 standard</description>
|
||||
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
|
||||
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
|
||||
<!--
|
||||
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement"/>
|
||||
-->
|
||||
<rule ref="PSR2"/>
|
||||
<rule ref="PSR12"/>
|
||||
<exclude-pattern>*.css</exclude-pattern>
|
||||
<exclude-pattern>*.js</exclude-pattern>
|
||||
</ruleset>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user