You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
670 B
16 lines
670 B
2 years ago
|
<?xml version="1.0"?>
|
||
|
<ruleset name="OpenEMR Standard">
|
||
|
<description>PSR-12</description>
|
||
|
<arg name="tab-width" value="4" />
|
||
|
<!-- PHP code MUST use only UTF-8 without BOM. -->
|
||
|
<rule ref="PSR12" />
|
||
|
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||
|
<exclude-pattern>*/bower_components/*</exclude-pattern>
|
||
|
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
||
|
<exclude-pattern>*/public/assets/*</exclude-pattern>
|
||
|
<exclude-pattern>*/gacl/*</exclude-pattern>
|
||
|
<exclude-pattern>*/library/classes/fpdf/*</exclude-pattern>
|
||
|
<exclude-pattern>*/library/classes/smtp/*</exclude-pattern>
|
||
|
<exclude-pattern>*/library/classes/PDF_Label.php</exclude-pattern>
|
||
|
</ruleset>
|