Improved Code Sniffing (#928)
[openemr.git] / ci / phpcs_strict.xml
blobfc73ddbcbdea9252472b9bb946d76bb3e4883498
1 <?xml version="1.0"?>
2 <ruleset name="OpenEMR Standard">
3   <description>PSR2</description>
4   <arg name="tab-width" value="4" />
5   <!-- PHP code MUST use only UTF-8 without BOM. -->
6   <rule ref="PSR2" />
8   <exclude-pattern>*/vendor/*</exclude-pattern>
9   <exclude-pattern>*/gacl/*</exclude-pattern>
10   <exclude-pattern>*/bower_components/*</exclude-pattern>
11   <exclude-pattern>*/node_modules/*</exclude-pattern>
12   <exclude-pattern>*/public/assets/*</exclude-pattern>
13   <exclude-pattern>*/Documentation/*</exclude-pattern>
14   <exclude-pattern>*/tests/*</exclude-pattern>
15   <exclude-pattern>*/images/*</exclude-pattern>
16   <exclude-pattern>*/library/html2pdf/*</exclude-pattern>
17   <exclude-pattern>*/library/classes/fpdf/*</exclude-pattern>
18   <exclude-pattern>*/library/classes/smtp/*</exclude-pattern>
19   <exclude-pattern>*/library/classes/PDF_Label.php</exclude-pattern>
20   <exclude-pattern>*/library/custom_template/*</exclude-pattern>
21   <exclude-pattern>*/library/fonts/*</exclude-pattern>
22 </ruleset>