Skip to content

Commit 77dd049

Browse files
authored
Merged branch 1.9.4.x
2 parents ba153db + c82b9e1 commit 77dd049

File tree

2,276 files changed

+16012
-15755
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,276 files changed

+16012
-15755
lines changed

.github/phpcs-ruleset.xml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0"?>
2+
<ruleset name="OpenMage Standard" namespace="OpenMage\CS\Standard">
3+
<rule ref="PSR2">
4+
<exclude name="Generic.Files.LineLength.TooLong"/>
5+
<exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace"/>
6+
<exclude name="PSR1.Files.SideEffects.FoundWithSymbols"/>
7+
<exclude name="PSR2.Classes.ClassDeclaration.ExtendsLine"/>
8+
<exclude name="PSR2.Classes.PropertyDeclaration.Underscore"/>
9+
<exclude name="PSR2.Methods.FunctionCallSignature.Indent"/>
10+
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
11+
<exclude name="Squiz.Classes.ValidClassName.NotCamelCaps"/>
12+
</rule>
13+
<rule ref="PSR12">
14+
<exclude name="PSR12.ControlStructures.ControlStructureSpacing.CloseParenthesisLine"/>
15+
<exclude name="PSR12.ControlStructures.ControlStructureSpacing.FirstExpressionLine"/>
16+
<exclude name="PSR12.ControlStructures.ControlStructureSpacing.LineIndent"/>
17+
<exclude name="PSR12.Files.FileHeader.SpacingAfterBlock"/>
18+
</rule>
19+
<!--
20+
<rule ref="Ecg">
21+
<exclude name="Generic.CodeAnalysis.UnusedFunctionParameter.FoundInExtendedClassAfterLastUsed"/>
22+
<exclude name="Generic.CodeAnalysis.UnusedFunctionParameter.FoundInImplementedInterfaceAfterLastUsed"/>
23+
<exclude name="Generic.CodeAnalysis.UnusedFunctionParameter.Found"/>
24+
<exclude name="Generic.CodeAnalysis.UnusedFunctionParameter.FoundInExtendedClass"/>
25+
<exclude name="Generic.Commenting.Todo.TaskFound"/>
26+
<exclude name="Generic.Metrics.CyclomaticComplexity.TooHigh"/>
27+
<exclude name="Ecg.Classes.Mysql4.Found"/>
28+
<exclude name="Ecg.PHP.PrivateClassMember.PrivateClassMemberError"/>
29+
</rule>
30+
-->
31+
</ruleset>

0 commit comments

Comments
 (0)