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

Provide the ability to exclude a function from the analysis #21

Open
2 tasks
alexle0nte opened this issue Mar 19, 2024 · 0 comments
Open
2 tasks

Provide the ability to exclude a function from the analysis #21

alexle0nte opened this issue Mar 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@alexle0nte
Copy link
Collaborator

alexle0nte commented Mar 19, 2024

Currently, the tool does not allow a function to be exlucde from the analysis.
One use case might be a user that wants to remove a very complex or poorly covered function from the analysis, so it does not negatively impact the value of file metrics.

Series of steps:

  • Define a way to mark, within the code to be analyzed, that a function is to be excluded (for example with a comment).
  • Modify the tool so that it can recognize and ignore marked functions.
@alexle0nte alexle0nte added the enhancement New feature or request label Mar 19, 2024
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