Skip to content

Commit

Permalink
allow inline docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ofbeaton committed Sep 9, 2015
1 parent c3172de commit 0643c5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Granite/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@
<rule ref="Squiz.Commenting.InlineComment.InvalidEndChar">
<severity>0</severity>
</rule>
<!-- allow inline comments docblock for dependency injection ints -->
<rule ref="Squiz.Commenting.InlineComment.DocBlock">
<severity>0</severity>
</rule>
<rule ref="Squiz.Commenting.LongConditionClosingComment" />
<rule ref="Squiz.Commenting.PostStatementComment" />
<!-- code review -->
Expand Down

0 comments on commit 0643c5d

Please sign in to comment.