Skip to content

Commit

Permalink
Merge pull request #8 from mediact/feature/ignor-function-comment-emp…
Browse files Browse the repository at this point in the history
…ty-throws

Add exclude 'Squiz.Commenting.FunctionComment.EmptyThrows'
  • Loading branch information
ashokadewit authored Sep 11, 2019
2 parents d28e6e4 + 8d03cbb commit b2087ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MediactCommon/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<exclude name="Squiz.Commenting.FunctionComment.IncorrectParamVarName"/>
<exclude name="Squiz.Commenting.FunctionComment.InvalidReturn"/>
<exclude name="Squiz.Commenting.FunctionComment.IncorrectTypeHint"/>
<exclude name="Squiz.Commenting.FunctionComment.EmptyThrows"/>
</rule>
<rule ref="Squiz.Commenting.FunctionCommentThrowTag"/>
<rule ref="Squiz.Commenting.VariableComment">
Expand Down

0 comments on commit b2087ec

Please sign in to comment.