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

Add support for forbidding dependencies with no license at all #15

Closed
ryber opened this issue Jan 10, 2019 · 1 comment · Fixed by #43
Closed

Add support for forbidding dependencies with no license at all #15

ryber opened this issue Jan 10, 2019 · 1 comment · Fixed by #43
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ryber
Copy link
Contributor

ryber commented Jan 10, 2019

Right now if a dependency has no license at all it is skipped from evaluation. There should be a flag for this.

Two ways I can see doing it:

  1. a independent flag <forbidLicenselessDependencies>true</forbidLicenselessDependencies>
  2. a magical license name like <license>NONE</license>
@carlomorelli
Copy link
Owner

I would add support for the second, just so we don't have too many boolean params... It feels cleaner, waht do you think?

@carlomorelli carlomorelli added enhancement New feature or request good first issue Good for newcomers labels Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants