Translated using Weblate (Portuguese (Brazil))
[phpmyadmin.git] / phpcs.xml.dist
blob7925efebc775c76981650e05d5fc0f4e70c10cae
1 <?xml version="1.0"?>
2 <ruleset name="phpMyAdmin Coding Standard">
3 <rule ref="./vendor/phpmyadmin/coding-standard/PMAStandard/ruleset.xml"/>
5 <arg value="sp"/>
6 <arg name="colors"/>
7 <arg name="extensions" value="php"/>
9 <exclude-pattern>*/build/*</exclude-pattern>
10 <exclude-pattern>*/node_modules/*</exclude-pattern>
11 <exclude-pattern>*/tmp/*</exclude-pattern>
12 <exclude-pattern>*/vendor/*</exclude-pattern>
14 <file>.</file>
15 </ruleset>