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">
|
|
|
|
<exclude name="PSR2.Namespaces.UseDeclaration.MultipleDeclarations"/>
|
|
|
|
<exclude name="PSR2.ControlStructures.ElseIfDeclaration.NotAllowed"/>
|
|
|
|
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/>
|
2017-06-16 18:31:13 +00:00
|
|
|
<exclude name="Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose"/>
|
|
|
|
<exclude name="Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen"/>
|
2016-10-24 17:35:37 +00:00
|
|
|
</rule>
|
|
|
|
</ruleset>
|