Skip to content

Commit d0d0483

Browse files
authored
Exclude SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.NoAssignment (#65)
1 parent 110d986 commit d0d0483

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Hostnet/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<exclude name="SlevomatCodingStandard.Commenting.DocCommentSpacing.IncorrectLinesCountBetweenDescriptionAndAnnotations"/>
112112
<!-- Except lines between annotations and other annotations -->
113113
<exclude name="SlevomatCodingStandard.Commenting.DocCommentSpacing.IncorrectLinesCountBetweenDifferentAnnotationsTypes"/>
114+
<exclude name="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.NoAssignment"/>
114115
<properties>
115116
<property name="linesCountBeforeFirstContent" value="0"/>
116117
<property name="linesCountAfterLastContent" value="0"/>

0 commit comments

Comments
 (0)