We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88fa47 commit e4f6382Copy full SHA for e4f6382
src/Cdn77/ruleset.xml
@@ -23,6 +23,9 @@
23
24
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/>
25
26
+ <!-- $_ variables are used to tell e.g. psalm that the variable is intentionally unused. -->
27
+ <exclude name="Squiz.NamingConventions.ValidVariableName.NotCamelCaps" />
28
+
29
<!-- replaced by SlevomatCodingStandard.Commenting.RequireOneLineDocComment -->
30
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment"/>
31
0 commit comments