mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-08 16:24:21 -04:00
Use PSR-12 for phpcs
This commit is contained in:
parent
28261d8a7f
commit
48ad72f9c2
1 changed files with 2 additions and 6 deletions
|
|
@ -1,7 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<ruleset name="PHP_CodeSniffer">
|
||||
<description>Sniff our code a while</description>
|
||||
|
||||
<ruleset name="PRS12">
|
||||
<file>configuration.php</file>
|
||||
<file>run.php</file>
|
||||
<file>run-php5.3.php</file>
|
||||
|
|
@ -9,13 +7,11 @@
|
|||
<file>library/Director/</file>
|
||||
<file>test/</file>
|
||||
|
||||
<arg value="wps"/>
|
||||
<arg name="colors"/>
|
||||
<arg name="report-width" value="auto"/>
|
||||
<arg name="report-full"/>
|
||||
<arg name="report-gitblame"/>
|
||||
<arg name="report-summary"/>
|
||||
<arg name="encoding" value="UTF-8"/>
|
||||
|
||||
<rule ref="PSR2"/>
|
||||
<rule ref="PSR12"/>
|
||||
</ruleset>
|
||||
|
|
|
|||
Loading…
Reference in a new issue