This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Replies: 1 comment
-
Complexity, from clippy
Style, from clippy
Also, if a rule can't provide a code action or can't suggest an alternative to some syntax, it can't be Thank you for opening the discussion. Here's some feedback:
I agree with rest of the proposals |
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
-
I propose to promote the following rules for the v13.0:
A11y
Correctness
Complexity
Alternatively
noForEach
could be placed in theStyle
group. Any opinion?Style
Alternatively we could also move
useLiteralKeys
anduseSimpleNumberKeys
inCompleixty
. Any opinion?Suspicious
I propose removing the following rule:
I propose making recommended the following rules:
--
I have some difficulty to make sense of the
Complexity
group in face of theStyle
group.For instance,
noArguments
,noCommaOperator
,useExponentiationOperator
, and more are inSTyle
. However, they could also be inComplexity
.Beta Was this translation helpful? Give feedback.
All reactions