From the maintainer Li Haoyi: I'm putting a 1000USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
ErrorProne is a common Java linter, and we should support it as a contrib/ module to better support Java projects. We should support all common configuration options, and provide it as an ErrorProneModule to allow usage on JavaModules and ScalaModules (which can contain Java sources). This needs to come with a reasonable set of unit tests, docs, and at least one example test that can be included in the documentation
May be able to adapt something from google/error-prone#291
From the maintainer Li Haoyi: I'm putting a 1000USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
ErrorProne is a common Java linter, and we should support it as a
contrib/module to better support Java projects. We should support all common configuration options, and provide it as anErrorProneModuleto allow usage onJavaModules andScalaModules (which can contain Java sources). This needs to come with a reasonable set of unit tests, docs, and at least one example test that can be included in the documentationMay be able to adapt something from google/error-prone#291