Ensure better inline documentation
This commit is contained in:
parent
19095d43ac
commit
68456c1b88
|
@ -10,11 +10,6 @@
|
|||
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedIF" />
|
||||
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedELSE" />
|
||||
<exclude name="Generic.CodeAnalysis.ForLoopWithTestFunctionalCall.NotAllowed" />
|
||||
<exclude name="Generic.Commenting.DocComment.LongNotCapital" />
|
||||
<exclude name="Generic.Commenting.DocComment.MissingShort" />
|
||||
<exclude name="Generic.Commenting.DocComment.ShortNotCapital" />
|
||||
<exclude name="Generic.Commenting.DocComment.SpacingAfter" />
|
||||
<exclude name="Generic.Commenting.DocComment.SpacingBeforeTags" />
|
||||
<exclude name="Generic.Files.LineEndings.InvalidEOLChar" />
|
||||
<exclude name="Generic.Files.LowercasedFilename.NotFound" />
|
||||
<exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine" />
|
||||
|
@ -25,41 +20,6 @@
|
|||
<exclude name="Generic.PHP.LowerCaseKeyword.Found" />
|
||||
<exclude name="Generic.PHP.NoSilencedErrors.Discouraged" />
|
||||
<exclude name="Generic.Strings.UnnecessaryStringConcat.Found" />
|
||||
<exclude name="Squiz.Commenting.BlockComment.WrongEnd" />
|
||||
<exclude name="Squiz.Commenting.ClassComment.SpacingAfter" />
|
||||
<exclude name="Squiz.Commenting.ClassComment.Missing" />
|
||||
<exclude name="Squiz.Commenting.ClosingDeclarationComment.Abstract" />
|
||||
<exclude name="Squiz.Commenting.EmptyCatchComment.Missing" />
|
||||
<exclude name="Squiz.Commenting.FileComment.Missing" />
|
||||
<exclude name="Squiz.Commenting.FileComment.MissingPackageTag" />
|
||||
<exclude name="Squiz.Commenting.FileComment.SpacingAfterComment" />
|
||||
<exclude name="Squiz.Commenting.FileComment.SpacingAfterOpen" />
|
||||
<exclude name="Squiz.Commenting.FileComment.WrongStyle" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.EmptyThrows" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ExtraParamComment" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.InvalidNoReturn" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.InvalidReturnVoid" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.Missing" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.MissingParamComment" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.MissingParamName" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.MissingParamTag" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ParamNameNoCaseMatch" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ParamNameNoMatch" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ScalarTypeHintMissing" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ThrowsNoFullStop" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ThrowsNotCapital" />
|
||||
<exclude name="Squiz.Commenting.FunctionCommentThrowTag.Missing" />
|
||||
<exclude name="Squiz.Commenting.FunctionCommentThrowTag.WrongNumber" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.WrongStyle" />
|
||||
<exclude name="Squiz.Commenting.InlineComment.Empty" />
|
||||
<exclude name="Squiz.Commenting.InlineComment.InvalidEndChar" />
|
||||
<exclude name="Squiz.Commenting.InlineComment.NotCapital" />
|
||||
<exclude name="Squiz.Commenting.InlineComment.WrongStyle" />
|
||||
<exclude name="Squiz.Commenting.VariableComment.Missing" />
|
||||
<exclude name="Squiz.Commenting.VariableComment.MissingVar" />
|
||||
<exclude name="Squiz.Commenting.VariableComment.WrongStyle" />
|
||||
<exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword" />
|
||||
<exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpaceAfterDefault" />
|
||||
<exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen" />
|
||||
|
|
Loading…
Reference in New Issue