2016-10-24 17:35:37 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<ruleset name="PHP Language Server">
|
|
|
|
<file>src</file>
|
|
|
|
<file>tests</file>
|
2017-06-09 18:25:30 +00:00
|
|
|
<exclude-pattern>tests/Validation/cases</exclude-pattern>
|
2016-10-24 17:35:37 +00:00
|
|
|
<rule ref="PSR2">
|
2018-11-27 16:48:53 +00:00
|
|
|
<exclude name="Generic.Files.LineLength.TooLong"></exclude>
|
|
|
|
<exclude name="PSR2.Namespaces.UseDeclaration.MultipleDeclarations" />
|
|
|
|
<exclude name="PSR2.ControlStructures.ElseIfDeclaration.NotAllowed" />
|
|
|
|
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace" />
|
|
|
|
<exclude name="PSR2.Methods.FunctionCallSignature.Indent" />
|
|
|
|
<exclude name="Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose" />
|
|
|
|
<exclude name="Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen" />
|
|
|
|
<exclude name="Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen" />
|
|
|
|
<exclude name="Squiz.ControlStructures.ForEachLoopDeclaration.SpacingBeforeAs" />
|
|
|
|
<exclude name="Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose" />
|
2016-10-24 17:35:37 +00:00
|
|
|
</rule>
|
|
|
|
</ruleset>
|