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
Currently, this library supports calculating cyclomatic complexity, but not cognitive complexity. Supporting cognitive complexity would provide a more accurate reflection of how challenging code is to read, understand, and maintain.
Currently, this library supports calculating cyclomatic complexity, but not cognitive complexity. Supporting cognitive complexity would provide a more accurate reflection of how challenging code is to read, understand, and maintain.
For reference, here's a working lint plugin that implements cognitive complexity analysis: https://github.com/oursky/dart_cognitive_complexity
Thanks for the great library!
The text was updated successfully, but these errors were encountered: