Skip to content

Commit

Permalink
Add more exluded rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Feb 2, 2020
1 parent b5eae7d commit 39b8ec8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/phpDocumentor/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<exclude name="Generic.Formatting.MultipleStatementAlignment.NotSame" />
<exclude name="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix" />
<exclude name="SlevomatCodingStandard.TypeHints.UselessConstantTypeHint.UselessDocComment" />

<!-- Disable param alignment in docblocks -->
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType" />
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamName" />
</rule>

<rule ref="Generic.Formatting.SpaceAfterNot">
Expand Down

0 comments on commit 39b8ec8

Please sign in to comment.