Skip to content

Commit

Permalink
Disabled Symfony.Commenting.Annotations rule because it wants a line …
Browse files Browse the repository at this point in the history
…break between @ExpectedException and @expectedExceptionMessage.

Opened issue: djoos/Symfony-coding-standard#101
  • Loading branch information
CarsonF committed Jul 28, 2017
1 parent b1f47e6 commit 2009764
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Bolt/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
<exclude name="Symfony.Functions.Arguments"/>
<!-- Don't force function ordering -->
<exclude name="Symfony.Functions.ScopeOrder"/>

<!--
This currently wants a line break between @expectedException and @expectedExceptionMessage which we don't want.
https://github.com/djoos/Symfony-coding-standard/issues/101
This is also already covered by php-cs-fixer.
-->
<exclude name="Symfony.Commenting.AnnotationsSniff"/>
</rule>

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

0 comments on commit 2009764

Please sign in to comment.