gradle-lint-plugin
gradle-lint-plugin copied to clipboard
A pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts.
the current README.md contains a a wrong verison number for the gradle plugin portal in its badge:  this PR fixes this by using a slightly different url from imgshield
As Gradle Lint Plugin doesn't support Kolin build scripts you should convert those build scripts to Groovy. When this is not possible (due to numerous reasons) you can either not...
I'm opening this up more as a conversation starter than a change to be put in immediately. Where I'm working, I really want to apply the gradle lint plugin inside...
Add unit-test for module-info classes in `META-INF/versions/9/`
I have been using this plugin for a while now, and every time I need to add it to a new project, it takes me several minutes to track down...
I was waiting for #318 to be fixed and today it was closed with the release of version 17.0.0 but when I went back to my code to activate it...
For every dependency I always get: warning unused-dependency this dependency is unused and can be removed Here is my gradle file buildscript { repositories { jcenter() } } plugins {...
needs fixing unused-dependency this dependency is a service provider unused at compileClasspath time and can be moved to the runtimeOnly configuration build.gradle:19 compileOnly(group: "org.projectlombok", name: "lombok", version: projectlombokLombokVersion) fixed unused-dependency...
Running on my application with gradle wrapper 7.4.2 and the latest version. Attached debug logs of the portion that freezes. Doesn't seem to show much of an issue as far...