Skip to content

Commit

Permalink
Disabled PEAR.WhiteSpace.ScopeClosingBrace as it's duplicated by Squi…
Browse files Browse the repository at this point in the history
…z.WhiteSpace.ScopeClosingBrace.

Opened issue: djoos/Symfony-coding-standard#102
  • Loading branch information
CarsonF committed Jul 28, 2017
1 parent 2009764 commit 259a8a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Bolt/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
This is also already covered by php-cs-fixer.
-->
<exclude name="Symfony.Commenting.AnnotationsSniff"/>

<!--
Duplicated by Squiz.WhiteSpace.ScopeClosingBrace (included by PSR). This one is included by Zend.
https://github.com/djoos/Symfony-coding-standard/issues/102
-->
<exclude name="PEAR.WhiteSpace.ScopeClosingBrace"/>
</rule>

<!-- Only allow short array syntax -->
Expand Down

0 comments on commit 259a8a7

Please sign in to comment.