Skip to content

Commit

Permalink
Disable var camelCaps name check (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Feb 3, 2022
1 parent b88fa47 commit e4f6382
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Cdn77/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@

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

<!-- $_ variables are used to tell e.g. psalm that the variable is intentionally unused. -->
<exclude name="Squiz.NamingConventions.ValidVariableName.NotCamelCaps" />

<!-- replaced by SlevomatCodingStandard.Commenting.RequireOneLineDocComment -->
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment"/>

Expand Down

0 comments on commit e4f6382

Please sign in to comment.