-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Calculate the cognitive complexity for each function #15
Labels
enhancement
New feature or request
Comments
rohaquinlop
added a commit
that referenced
this issue
Mar 6, 2024
- Add function level complexity analysis - Add tests for function level complexity analysis - Enhance the output of the analysis - Create a new file to store the types used in the project - Create a new file to store the utils used in the project - Write the csv file with the function level complexity analysis - Write the csv files using Rust instead of Python. - Enhance the table output of the analysis - Update the README file to include the new features
rohaquinlop
added a commit
that referenced
this issue
Mar 6, 2024
- Add function level complexity analysis - Add tests for function level complexity analysis - Enhance the output of the analysis - Create a new file to store the types used in the project - Create a new file to store the utils used in the project - Write the csv file with the function level complexity analysis - Write the csv files using Rust instead of Python. - Enhance the table output of the analysis - Update the README file to include the new features
rohaquinlop
added a commit
that referenced
this issue
Mar 6, 2024
- Add function level complexity analysis - Add tests for function level complexity analysis - Enhance the output of the analysis - Create a new file to store the types used in the project - Create a new file to store the utils used in the project - Write the csv file with the function level complexity analysis - Write the csv files using Rust instead of Python. - Enhance the table output of the analysis - Update the README file to include the new features
rohaquinlop
added a commit
that referenced
this issue
Mar 6, 2024
feat(build|docs): #15 add function level complexity analysis
rohaquinlop
added a commit
that referenced
this issue
Mar 6, 2024
feat(build|docs): #15 add function level complexity analysis
rohaquinlop
added a commit
that referenced
this issue
Mar 6, 2024
- Add a section to the documentation explaining the cognitive complexity and how it is calculated. - Add a link to the white paper that explains the cognitive complexity - Move the emoji to the left of the version in the console output
rohaquinlop
added a commit
that referenced
this issue
Mar 6, 2024
feat(docs): #15 add cognitive complexity explanation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Calculate the cognitive complexity for each function instead of the complexity per file, look for new ways to generate the report with this new feature.
The text was updated successfully, but these errors were encountered: