Skip to content

Commit

Permalink
Exclude rules
Browse files Browse the repository at this point in the history
Exclude:
- Generic.Commenting.DocComment.MissingShort
- Squiz.Commenting.FileComment.MissingPackageTag
  • Loading branch information
tangrufus committed Mar 20, 2019
1 parent 113e937 commit 4ce6225
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Itineris/ruleset.xml
Expand Up @@ -12,6 +12,7 @@

<rule ref="WordPress">
<exclude name="Generic.Classes.OpeningBraceSameLine.BraceOnNewLine"/>
<exclude name="Generic.Commenting.DocComment.MissingShort"/>
<exclude name="Generic.Formatting.MultipleStatementAlignment.NotSameWarning"/>
<exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine"/>
<exclude name="Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed"/>
Expand All @@ -24,6 +25,7 @@

<exclude name="Squiz.Commenting.ClassComment.Missing"/>
<exclude name="Squiz.Commenting.FileComment.Missing"/>
<exclude name="Squiz.Commenting.FileComment.MissingPackageTag"/>
<exclude name="Squiz.Commenting.FunctionComment.Missing"/>
<exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen"/>

Expand Down

0 comments on commit 4ce6225

Please sign in to comment.