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 flag to fail if uncovered dependencies found #306

Closed
hugochinchilla opened this issue Jun 1, 2020 · 0 comments
Closed

Provide flag to fail if uncovered dependencies found #306

hugochinchilla opened this issue Jun 1, 2020 · 0 comments
Milestone

Comments

@hugochinchilla
Copy link
Contributor

Hello, I'm using this on a gitlab pipeline to reject code which doesn't follow the dependency rules, it works great, thanks for this wonderful piece of software.

I would like to be able to be a bit more strict about breaking the rules and there is a case where new external dependencies can be added to the codebase and if not added to the list of vendor namespaces in the depfile they can be used outside the allowed boundaries without any way to detect it from the pipeline.

I would like to have the option to pass an extra flag like --fail-on-uncovered which will make the program to exit with an status different than 0 if any uncovered cases are found.

@smoench smoench added this to the 0.8 milestone Jun 4, 2020
@smoench smoench closed this as completed in 6dfc004 Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants