You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 anErrorProneModule
to allow usage onJavaModule
s andScalaModule
s (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
The text was updated successfully, but these errors were encountered: