You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've changed the issue to ConstantName.
I created the issue without having a good look at the code. Sorry 'bout that.
Saw this test (accepts assigning to camel case constant) and thought it belonged to MethodAndVariableSnakeCase. Thanks for the fix :)
gives this offence: Use SCREAMING_SNAKE_CASE for constants.
but,
does not.
Both are not constant definitions, so the
ConstantName offence shouldn't be triggered.
The text was updated successfully, but these errors were encountered: