On the naming of some of the existing rules #497
Closed
paulo-ferraz-oliveira
started this conversation in
General
Replies: 1 comment
-
Either that or find a shorter word for them, because consistent_param_pattern_matching sounds a lot like ObjectiveC to me… |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Now that we have a few years of experience with creating and naming rules, some might be Ok to revisit (I'm not attached to any of them - and I'm pretty sure this'll potentially happen in the future, so we should try to have a simple function that would translate them internally, but still warn on the wrong name):
The
no_
"category":god_modules
>no_god_modules
nesting_level
>no_deep_nesting
invalid_dynamic_call
>no_invalid_dynamic_calls
used_ignored_variable
>no_used_ignored_variable
The
consistent_
category:param_pattern_matching
>consistent_param_pattern_matching
numeric_format
>consistent_numeric_format
operator_spaces
>consistent_operator_spaces
Those are the ones that pop in my head, atm.
Beta Was this translation helpful? Give feedback.
All reactions