Skip to content
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

Closed
rohaquinlop opened this issue Feb 29, 2024 · 0 comments
Closed

Calculate the cognitive complexity for each function #15

rohaquinlop opened this issue Feb 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rohaquinlop
Copy link
Owner

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.

@rohaquinlop rohaquinlop self-assigned this Feb 29, 2024
@rohaquinlop rohaquinlop added the enhancement New feature or request label Mar 2, 2024
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
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant