-
Notifications
You must be signed in to change notification settings - Fork 15
/
ruleset.xml
16 lines (16 loc) · 1019 Bytes
/
ruleset.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<ruleset name="FLYERALARM Coding Guidelines">
<description>A custom coding standard for FLYERALARM</description>
<rule ref="PSR12"/>
<rule ref="Generic.Formatting.SpaceAfterCast"/>
<rule ref="Generic.Arrays.DisallowLongArraySyntax.Found"/>
<rule ref="Generic.PHP.DisallowShortOpenTag"/>
<rule ref="Generic.NamingConventions.UpperCaseConstantName"/>
<rule ref="./custom-standards/Flyeralarm/Sniffs/File/ExceptionMessageSniff.php"/>
<rule ref="./custom-standards/Flyeralarm/Sniffs/File/ForbiddenKeywordsSniff.php"/>
<rule ref="./custom-standards/Flyeralarm/Sniffs/File/NamespacesSniff.php"/>
<rule ref="./custom-standards/Flyeralarm/Sniffs/File/NoClassKindSuffixSniff.php"/>
<rule ref="./custom-standards/Flyeralarm/Sniffs/Docblock/ExpectedExceptionMessageSniff.php"/>
<rule ref="./custom-standards/Flyeralarm/Sniffs/Variable/LowerCamelCaseSniff.php"/>
<rule ref="./custom-standards/Flyeralarm/Sniffs/ControlStructures/YodaSniff.php"/>
</ruleset>