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

gradleLint.ignore is ignored #380

Open
sergeykad opened this issue Oct 6, 2022 · 0 comments · May be fixed by #399
Open

gradleLint.ignore is ignored #380

sergeykad opened this issue Oct 6, 2022 · 0 comments · May be fixed by #399

Comments

@sergeykad
Copy link

sergeykad commented Oct 6, 2022

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

@Kramdar93 Kramdar93 linked a pull request Jan 20, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant