-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathruleset.xml
20 lines (19 loc) · 1.1 KB
/
ruleset.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="Markette">
<!-- ########################################################################################################### -->
<!-- Ninjify Coding Standard -->
<!-- ########################################################################################################### -->
<rule ref="./vendor/ninjify/coding-standard/contributte.xml">
<exclude name="Generic.NamingConventions.InterfaceNameSuffix.Missing"/>
</rule>
<!-- ########################################################################################################### -->
<!-- Markette Coding Standard -->
<!-- ########################################################################################################### -->
<rule ref="Generic.NamingConventions">
<exclude name="Generic.NamingConventions.CamelCapsFunctionName"/>
<exclude name="Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase"/>
</rule>
<rule ref="Generic.PHP.DeprecatedFunctions.Deprecated">
<severity>4</severity>
</rule>
</ruleset>