nebula-plugins / gradle-lint-plugin

A pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts.
Apache License 2.0
771 stars 89 forks source link

gradleLint.ignore is ignored #380

Open sergeykad opened 2 years ago

sergeykad commented 2 years ago

Running fixGradleLint ignores the gradleLint.ignore and removes dependencies marked with it.

For example, the following dependency will be removed if fixGradleLint deems it unused.

gradleLint.ignore {
    implementation 'commons-io:commons-io:2.11.0'
}

I am executing the fixGradleLint task with Nebula 17.6.1 and Gradle 7.5