2 <ruleset name="OpenEMR Standard">
3 <description>PSR-12</description>
4 <arg name="tab-width" value="4" />
5 <!-- PHP code MUST use only UTF-8 without BOM. -->
7 <exclude-pattern>*/vendor/*</exclude-pattern>
8 <exclude-pattern>*/bower_components/*</exclude-pattern>
9 <exclude-pattern>*/node_modules/*</exclude-pattern>
10 <exclude-pattern>*/public/assets/*</exclude-pattern>
11 <exclude-pattern>*/gacl/*</exclude-pattern>
12 <exclude-pattern>*/library/classes/fpdf/*</exclude-pattern>
13 <exclude-pattern>*/library/classes/smtp/*</exclude-pattern>
14 <exclude-pattern>*/library/classes/PDF_Label.php</exclude-pattern>