We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a multimodule project - I apply the plugin as follows at the root:
buildscript { repositories { jcenter() } dependencies { classpath 'com.netflix.nebula:gradle-lint-plugin:latest.release' } } allprojects { apply plugin: 'nebula.lint' gradleLint.rules += 'unused-dependency' gradleLint.alwaysRun = false }
I can run lintGradle at the root, but at the subproject level only the generateGradleLintReport task is available.
The text was updated successfully, but these errors were encountered:
Seems like the reason is the same in #196
Sorry, something went wrong.
Also #242
No branches or pull requests
I have a multimodule project - I apply the plugin as follows at the root:
I can run lintGradle at the root, but at the subproject level only the generateGradleLintReport task is available.
The text was updated successfully, but these errors were encountered: