You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by kr...@apache.org on 2022/10/25 01:38:06 UTC

[solr] 03/10: SOLR-16427: Evaluate and fix errorprone rules - InvalidBlockTag

This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 932e54ff1eb340f8ce055dc2f180ed0545536d6a
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Oct 20 16:39:44 2022 -0400

    SOLR-16427: Evaluate and fix errorprone rules - InvalidBlockTag
---
 gradle/validation/error-prone.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/validation/error-prone.gradle b/gradle/validation/error-prone.gradle
index fcb5cdef65d..5c9fc2aa932 100644
--- a/gradle/validation/error-prone.gradle
+++ b/gradle/validation/error-prone.gradle
@@ -99,7 +99,7 @@ allprojects { prj ->
             '-Xep:InlineFormatString:OFF', // this introduces redundancy in format strings
             '-Xep:InputStreamSlowMultibyteRead:OFF',
             '-Xep:IntLongMath:OFF',
-            '-Xep:InvalidBlockTag:OFF',
+            '-Xep:InvalidBlockTag:OFF', // this is needed for tags like lucene.internal
             '-Xep:InvalidInlineTag:OFF',
             '-Xep:InvalidParam:OFF',
             '-Xep:JavaLangClash:OFF',