Welcome to mirror list, hosted at ThFree Co, Russian Federation.

phpcs.xml.dist - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14d777f70418a223a1ae63dfecd3f1de9639dd63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>*/node_modules/*</exclude-pattern>
    <exclude-pattern>*/tmp/*</exclude-pattern>
    <exclude-pattern>*/vendor/*</exclude-pattern>

    <file>.</file>
</ruleset>