Skip to content

Commit

Permalink
Fix: Rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Jul 2, 2023
1 parent 7d23548 commit 895933e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,9 @@
<rule ref="Generic.NamingConventions.UpperCaseConstantName"/>

<!-- Squiz -->
<rule ref="Squiz.NamingConventions.ValidFunctionName"/>
<rule ref="Squiz.NamingConventions.ValidFunctionName">
<exclude name="Squiz.NamingConventions.ValidFunctionName.PrivateNoUnderscore"/>
</rule>
<rule ref="Squiz.NamingConventions.ValidVariableName">
<exclude name="Squiz.NamingConventions.ValidVariableName.PrivateNoUnderscore"/>
<exclude name="Squiz.NamingConventions.ValidVariableName.MemberNotCamelCaps"/>
Expand Down

0 comments on commit 895933e

Please sign in to comment.