- travis
[openemr.git] / ci / phpcs_strict.xml
blob16ce3f19a5b6eb34c397bbeca101d6417d4a9521
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>*/bower_components/*</exclude-pattern>
10   <exclude-pattern>*/node_modules/*</exclude-pattern>
11   <exclude-pattern>*/public/assets/*</exclude-pattern>
12   <exclude-pattern>*/gacl/*</exclude-pattern>
13   <exclude-pattern>*/library/classes/fpdf/*</exclude-pattern>
14   <exclude-pattern>*/library/classes/smtp/*</exclude-pattern>
15   <exclude-pattern>*/library/classes/PDF_Label.php</exclude-pattern>
16 </ruleset>