Skip to content

Commit

Permalink
fix: exclude rules that conflict with stroustrup
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Nov 8, 2019
1 parent 7966794 commit b9aef1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SubmittyStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<exclude-pattern>*/vendor/*</exclude-pattern>

<rule ref="PSR12">
<exclude name="PSR2.Classes.ClassDeclaration.OpenBraceNewLine" />
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine" />
<exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace" />
</rule>

<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
Expand Down

0 comments on commit b9aef1f

Please sign in to comment.