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
Today I discovered the 'cognitive complexity' lint, which underlined the entire function body with a yellow wavy line. The lint rule is fine - I actually appreciated this a lot. However, underlining the entire function seems like overkill and makes it very difficult to read, let alone try to refactor it.
If this could be changed to only underline the function name, or something similarly minimal, that would make the task of refactoring much easier.
The text was updated successfully, but these errors were encountered:
Today I discovered the 'cognitive complexity' lint, which underlined the entire function body with a yellow wavy line. The lint rule is fine - I actually appreciated this a lot. However, underlining the entire function seems like overkill and makes it very difficult to read, let alone try to refactor it.
If this could be changed to only underline the function name, or something similarly minimal, that would make the task of refactoring much easier.
The text was updated successfully, but these errors were encountered: