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

Ignore scripts in dependencies of build/proc-macro crates #572

Open
Jake-Shadle opened this issue Oct 10, 2023 · 0 comments
Open

Ignore scripts in dependencies of build/proc-macro crates #572

Jake-Shadle opened this issue Oct 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Jake-Shadle
Copy link
Member

Right now, if bans.build.include-dependencies is enabled it will check all the dependencies the exact same as the crate itself, which while more complete just results in uninteresting noise due to things like CI/codegen scripts often being packaged into crates even though they are not relevant to dowstream users. There should be an option, defaulted off, to include scripts when checking dependencies, as really native executables are the more interesting thing to check.

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