forked from SynergyWholesale/WHMCS-Domains-Module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpcs.xml
17 lines (17 loc) · 752 Bytes
/
phpcs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<ruleset name="Synergy Wholesale WHMCS Domain Module">
<description>Ruleset for Synergy Wholesale WHMCS modules</description>
<config name="ignore_errors_on_exit" value="1"/>
<config name="ignore_warnings_on_exit" value="1"/>
<arg value="-colors"/>
<arg value="s"/>
<arg name="extensions" value="php"/>
<rule ref="PSR2">
<exclude name="Generic.Files.LineLength.TooLong"/>
<!-- This rule exclusion is required due to a conflict with another rule -->
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/>
</rule>
<rule ref="PSR12"/>
<rule ref="Generic.PHP.Syntax"/>
<file>modules/registrars/synergywholesaledomains/</file>
</ruleset>