We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110d986 commit d0d0483Copy full SHA for d0d0483
1 file changed
src/Hostnet/ruleset.xml
@@ -111,6 +111,7 @@
111
<exclude name="SlevomatCodingStandard.Commenting.DocCommentSpacing.IncorrectLinesCountBetweenDescriptionAndAnnotations"/>
112
<!-- Except lines between annotations and other annotations -->
113
<exclude name="SlevomatCodingStandard.Commenting.DocCommentSpacing.IncorrectLinesCountBetweenDifferentAnnotationsTypes"/>
114
+ <exclude name="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.NoAssignment"/>
115
<properties>
116
<property name="linesCountBeforeFirstContent" value="0"/>
117
<property name="linesCountAfterLastContent" value="0"/>
0 commit comments