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

Enhance the ignore_patterns option to exclude "scopes" as well as specific file paths #3773

Open
DennisClark opened this issue May 9, 2024 · 1 comment

Comments

@DennisClark
Copy link
Member

Enhance the ignore_patterns scan option to exclude "scopes" as well as specific file paths

Benefit:
takes advantage of scope definitions to streamline a scan

@pombredanne
Copy link
Member

I think that we should not mix patterns to ignore files and list of dependency scopes or packages to ignore. These should be separate sections of the config file; and the patterns syntax and the code to implement them is completely different: we have globs for paths and plain combos of package type/scope names for the scopes.
Also for now I think this issue is best in ScanCode.io as there is scancode-config.yml file support in SCTK for now, only in SCIO.

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

No branches or pull requests

3 participants