dropbox / dependency-guard

A Gradle plugin that guards against unintentional dependency changes.
Apache License 2.0
390 stars 14 forks source link

Unused plugins jacoco and ktlint #99

Open SimonMarquis opened 1 year ago

SimonMarquis commented 1 year ago

It seems like these two plugins are not used in the project. Should we remove them?

The task ktlintCheck is available but not executed on any GitHub Actions pipeline. Should we add it here (though it would not run on the root project and other subprojects)

https://github.com/dropbox/dependency-guard/blob/a3143bcf33787c9815466fa2bf2da4399d77cf61/.github/workflows/publish.yml#L39

or add a dedicated step.