We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user, I want a way to ignore files and directories from the cognitive complexity analysis to exclude some custom fixes for libraries.
Issue can be solved using a filter before scanning the complexity (https://github.com/rohaquinlop/complexipy/blob/main/src/cognitive_complexity/mod.rs#L150-L160).
Ignored files and directories can be discovered with:
--ignore-paths=
The text was updated successfully, but these errors were encountered:
Hey @juansedo I think that the .gitignore file is already being considered during the execution, isn't it working?
.gitignore
Sorry, something went wrong.
No branches or pull requests
As a user, I want a way to ignore files and directories from the cognitive complexity analysis to exclude some custom fixes for libraries.
Issue can be solved using a filter before scanning the complexity (https://github.com/rohaquinlop/complexipy/blob/main/src/cognitive_complexity/mod.rs#L150-L160).
Ignored files and directories can be discovered with:
--ignore-paths=
flag.The text was updated successfully, but these errors were encountered: