Skip to content

Add support for cognitive complexity analysis #253

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sbycrosz opened this issue Apr 16, 2025 · 0 comments
Open

Add support for cognitive complexity analysis #253

sbycrosz opened this issue Apr 16, 2025 · 0 comments

Comments

@sbycrosz
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant