-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
21 lines (21 loc) · 944 Bytes
/
phpcs.xml
File metadata and controls
21 lines (21 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<ruleset name="LoyaltyLion">
<description>LoyaltyLion Core</description>
<rule ref="Magento2"/>
<rule ref="VariableAnalysis"/>
<rule ref="PSR2"/>
<rule ref="PEAR">
<exclude name="PEAR.Commenting.ClassComment"/>
<exclude name="PEAR.Commenting.FileComment"/>
<exclude name="PEAR.Commenting.FunctionComment"/>
<exclude name="Generic.Commenting.DocComment.NonParamGroup"/>
<exclude name="PEAR.Formatting.MultiLineAssignment.EqualSignLine"/>
<exclude name="PEAR.WhiteSpace.ScopeIndent.IncorrectExact"/>
<exclude name="PEAR.ControlStructures.MultiLineCondition.SpaceBeforeOpenBrace"/>
<exclude name="PEAR.Functions.FunctionCallSignature.CloseBracketLine"/>
<exclude name="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket"/>
</rule>
<exclude-pattern>vendor/*</exclude-pattern>
<exclude-pattern>node_modules/*</exclude-pattern>
<exclude-pattern>Setup/*</exclude-pattern>
</ruleset>