Skip to content

Commit 1e81465

Browse files
committed
Exclude RequireOneLineDocComment rule
1 parent 31f7d97 commit 1e81465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

InspirumCodingStandard/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<exclude name="Squiz.Arrays.ArrayDeclaration.MultiLineNotAllowed"/>
1717
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment"/>
1818
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalFunctions.NonFullyQualified"/>
19+
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLineDocComment.MultiLineDocComment"/>
1920
</rule>
2021
<rule ref="Generic.Formatting.SpaceAfterNot">
2122
<properties>

0 commit comments

Comments
 (0)