We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa16f2e commit 1ec5f40Copy full SHA for 1ec5f40
CodeatCodingStandard/ruleset.xml
@@ -174,6 +174,8 @@
174
<exclude name="SlevomatCodingStandard.Whitespaces.DuplicateSpaces"/>
175
<exclude name="SlevomatCodingStandard.Files.TypeNameMatchesFileName"/>
176
<exclude name="SlevomatCodingStandard.Files.LineLength.LineTooLong"/>
177
+ <exclude name="SlevomatCodingStandard.Functions.StaticClosure.ClosureNotStatic"/>
178
+ <exclude name="SlevomatCodingStandard.Functions.RequireArrowFunction.RequiredArrowFunction"/>
179
<exclude name="SlevomatCodingStandard.ControlStructures.DisallowEmpty.DisallowedEmpty"/>
180
<exclude name="SlevomatCodingStandard.ControlStructures.NewWithParentheses.MissingParentheses"/>
181
<exclude name="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison.DisallowedYodaComparison"/>
0 commit comments