cashapp / licensee

Gradle plugin which validates the licenses of your dependency graph match what you expect
https://cashapp.github.io/licensee/docs/1.x/
Apache License 2.0
626 stars 29 forks source link

Warn on unused/redundant ignores #4

Closed JakeWharton closed 3 years ago

JakeWharton commented 3 years ago

For example, when an ignore is unused because it does not match:

> Task :app:licenseeProductionRelease FAILED
WARNING: Dependency ignore for com.squreaup.cash:example is unused

Or when a group+artifact is redudant because of another group ignore:

> Task :app:licenseeProductionRelease FAILED
WARNING: Ignore for com.squareup.cash:example is redundant as com.squareup.cash is also ignored

Closes #3