Skip to content

Commit f5e7658

Browse files
committed
Remove rules that requires customisation
1 parent 893eee1 commit f5e7658

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

IxDFCodingStandard/ruleset.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@
249249
<property name="maxLinesLength" value="40"/><!-- Default value is 20. -->
250250
</properties>
251251
</rule>
252-
<rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName"/>
253252
<rule ref="SlevomatCodingStandard.Functions.ArrowFunctionDeclaration"/>
254253
<rule ref="SlevomatCodingStandard.Functions.DisallowEmptyFunction"/>
255254
<rule ref="SlevomatCodingStandard.Functions.DisallowNamedArguments">
@@ -273,7 +272,6 @@
273272
<rule ref="SlevomatCodingStandard.Functions.StaticClosure"/>
274273
<rule ref="SlevomatCodingStandard.Functions.StrictCall"/>
275274
<rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure"/>
276-
<rule ref="SlevomatCodingStandard.Functions.UnusedParameter"/>
277275
<rule ref="SlevomatCodingStandard.Functions.UselessParameterDefaultValue"/>
278276
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses"/>
279277
<rule ref="SlevomatCodingStandard.Namespaces.DisallowGroupUse"/>

0 commit comments

Comments
 (0)