Skip to content

Commit e4f6382

Browse files
authored
Disable var camelCaps name check (#61)
1 parent b88fa47 commit e4f6382

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Cdn77/ruleset.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323

2424
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/>
2525

26+
<!-- $_ variables are used to tell e.g. psalm that the variable is intentionally unused. -->
27+
<exclude name="Squiz.NamingConventions.ValidVariableName.NotCamelCaps" />
28+
2629
<!-- replaced by SlevomatCodingStandard.Commenting.RequireOneLineDocComment -->
2730
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment"/>
2831

0 commit comments

Comments
 (0)