mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-28 08:38:52 +00:00
16 lines
467 B
Plaintext
16 lines
467 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<ruleset name="phpMyAdmin Coding Standard">
|
||
|
<rule ref="./vendor/phpmyadmin/coding-standard/PMAStandard/ruleset.xml"/>
|
||
|
|
||
|
<arg value="sp"/>
|
||
|
<arg name="colors"/>
|
||
|
<arg name="extensions" value="php"/>
|
||
|
|
||
|
<exclude-pattern>*/build/*</exclude-pattern>
|
||
|
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
||
|
<exclude-pattern>*/tmp/*</exclude-pattern>
|
||
|
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||
|
|
||
|
<file>.</file>
|
||
|
</ruleset>
|