mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-06-09 00:32:31 -04:00
Remove phpcs.xml
Use default from new workflow.
This commit is contained in:
parent
ce02160fae
commit
59bb74a539
1 changed files with 0 additions and 15 deletions
15
phpcs.xml
15
phpcs.xml
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<ruleset name="PSR12">
|
||||
<!-- Test all PHP files except those in vendor/ -->
|
||||
<file>./</file>
|
||||
<arg name="extensions" value="php"/>
|
||||
<exclude-pattern>vendor/*</exclude-pattern>
|
||||
|
||||
<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="PSR12"/>
|
||||
</ruleset>
|
||||
Loading…
Reference in a new issue