Skip to content

Commit 1ec5f40

Browse files
committed
feat(slevomat): new rule
1 parent fa16f2e commit 1ec5f40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CodeatCodingStandard/ruleset.xml

+2
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@
174174
<exclude name="SlevomatCodingStandard.Whitespaces.DuplicateSpaces"/>
175175
<exclude name="SlevomatCodingStandard.Files.TypeNameMatchesFileName"/>
176176
<exclude name="SlevomatCodingStandard.Files.LineLength.LineTooLong"/>
177+
<exclude name="SlevomatCodingStandard.Functions.StaticClosure.ClosureNotStatic"/>
178+
<exclude name="SlevomatCodingStandard.Functions.RequireArrowFunction.RequiredArrowFunction"/>
177179
<exclude name="SlevomatCodingStandard.ControlStructures.DisallowEmpty.DisallowedEmpty"/>
178180
<exclude name="SlevomatCodingStandard.ControlStructures.NewWithParentheses.MissingParentheses"/>
179181
<exclude name="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison.DisallowedYodaComparison"/>

0 commit comments

Comments
 (0)