Skip to content

Commit b5ebea0

Browse files
committed
more rules to exclude
1 parent 2896516 commit b5ebea0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

codeat.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,17 @@
163163
</rule>
164164
<rule ref="SlevomatCodingStandard">
165165
<exclude name="SlevomatCodingStandard.TypeHints.DeclareStrictTypes" />
166+
<exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingNativeTypeHint" />
167+
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint" />
166168
<exclude name="SlevomatCodingStandard.Whitespaces.DuplicateSpaces" />
167169
<exclude name="SlevomatCodingStandard.Files.TypeNameMatchesFileName" />
168170
<exclude name="SlevomatCodingStandard.Files.LineLength.LineTooLong" />
171+
<exclude name="SlevomatCodingStandard.Commenting.DisallowCommentAfterCode.DisallowedCommentAfterCode" />
169172
<exclude name="SlevomatCodingStandard.ControlStructures.DisallowEmpty.DisallowedEmpty" />
173+
<exclude name="SlevomatCodingStandard.ControlStructures.NewWithParentheses.MissingParentheses" />
170174
<exclude name="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.ReferenceViaFullyQualifiedName" />
171175
<exclude name="SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces.NonFullyQualified" />
172176
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants.NonFullyQualified" />
173177
<exclude name="SlevomatCodingStandard.Numbers.RequireNumericLiteralSeparator.RequiredNumericLiteralSeparator" />
174-
<exclude name="SlevomatCodingStandard.Commenting.DisallowCommentAfterCode.DisallowedCommentAfterCode" />
175-
<exclude name="SlevomatCodingStandard.ControlStructures.NewWithParentheses.MissingParentheses" />
176178
</rule>
177179
</ruleset>

0 commit comments

Comments
 (0)