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

Allow license checking to continue if looking up a dependency fails #52

Open
kestred opened this issue Feb 7, 2019 · 1 comment
Open

Comments

@kestred
Copy link

kestred commented Feb 7, 2019

Looking up a dependency may fail for various reasons (the dependency might no longer exist at a git url, or alternatively it might be protected by access control or only available over a VPN that isn't connected, etc).

It would be nice to be able to see the license results for all dependencies which could be looked up successfully, perhaps by passing in a flag such as --skip-failures and emitting a warning like warning: Lookup a package's dependency failed, failed to find DEPENDENCY_NAME (DEPENDENCY_SOURCE) in 'DEPENDENT_PACKAGE'

@Nemo157
Copy link
Owner

Nemo157 commented Feb 7, 2019

Sounds like a good idea.

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