risdenk commented on code in PR #1039:
URL: https://github.com/apache/solr/pull/1039#discussion_r978171652
##########
gradle/validation/error-prone.gradle:
##########
@@ -74,17 +74,14 @@ allprojects { prj ->
'-Xep:StaticAssignmentInConstructor:OFF', // we assign
SolrTestCaseJ4.configString in many tests, difficult to untangle
'-Xep:ComparableType:OFF', // SolrTestCaseJ4.Doc and Fld are messy
- '-Xep:AlmostJavadoc:OFF',
Review Comment:
https://errorprone.info/bugpatterns
there is a very big list and grows/changes each time errorprone is updated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]