risdenk commented on a change in pull request #696:
URL: https://github.com/apache/solr/pull/696#discussion_r813139363
##########
File path: gradle/validation/error-prone.gradle
##########
@@ -64,6 +64,7 @@ allprojects { prj ->
'-Xep:ComparableType:OFF', // SolrTestCaseJ4.Doc and Fld are messy
'-Xep:AlmostJavadoc:OFF',
+ '-Xep:AlreadyChecked:OFF',
Review comment:
This check makes logic way more confusing in the few cases it came up.
##########
File path: gradle/validation/error-prone.gradle
##########
@@ -104,9 +105,9 @@ allprojects { prj ->
'-Xep:MissingSummary:OFF',
'-Xep:MixedMutabilityReturnType:OFF',
'-Xep:ModifiedButNotUsed:OFF',
- '-Xep:MutableConstantField:OFF',
'-Xep:MutablePublicArray:OFF',
'-Xep:NarrowingCompoundAssignment:OFF',
+ '-Xep:NegativeCharLiteral:OFF',
Review comment:
Solr uses negative chars in a few places correctly and so this check
wasn't worth it.
##########
File path: gradle/validation/error-prone.gradle
##########
@@ -104,9 +105,9 @@ allprojects { prj ->
'-Xep:MissingSummary:OFF',
'-Xep:MixedMutabilityReturnType:OFF',
'-Xep:ModifiedButNotUsed:OFF',
- '-Xep:MutableConstantField:OFF',
Review comment:
No longer a valid check.
--
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]