3 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
5 xsi:
noNamespaceSchemaLocation=
"vendor/squizlabs/php_codesniffer/phpcs.xsd"
7 <rule ref=
"vendor/phpmyadmin/coding-standard/PhpMyAdmin/ruleset.xml"/>
9 <rule ref=
"Generic.Files.LineLength.TooLong">
10 <severity>4</severity>
12 <rule ref=
"Generic.Metrics.NestingLevel.TooHigh">
13 <severity>4</severity>
15 <rule ref=
"PSR1.Files.SideEffects.FoundWithSymbols">
16 <severity>4</severity>
18 <rule ref=
"PSR2.Classes.PropertyDeclaration.Underscore">
19 <severity>4</severity>
21 <rule ref=
"PSR2.Methods.MethodDeclaration.Underscore">
22 <severity>4</severity>
24 <rule ref=
"Squiz.NamingConventions.ValidVariableName">
25 <severity>4</severity>
27 <rule ref=
"PSR2.Methods.FunctionCallSignature.Indent">
28 <severity>0</severity>
32 <arg name=
"cache" value=
".phpcs-cache"/>
34 <arg name=
"extensions" value=
"php"/>
36 <exclude-pattern>*/node_modules/*
</exclude-pattern>
37 <exclude-pattern>*/test/sami-config.php
</exclude-pattern>
38 <exclude-pattern>*/tmp/*
</exclude-pattern>
39 <exclude-pattern>*/vendor/*
</exclude-pattern>
40 <exclude-pattern>*/libraries/cache/*
</exclude-pattern>