aboutsummaryrefslogtreecommitdiff
path: root/gradle/errorprone/experimental_suggestions
diff options
context:
space:
mode:
Diffstat (limited to 'gradle/errorprone/experimental_suggestions')
-rw-r--r--gradle/errorprone/experimental_suggestions5
1 files changed, 4 insertions, 1 deletions
diff --git a/gradle/errorprone/experimental_suggestions b/gradle/errorprone/experimental_suggestions
index 1330b843..c330674c 100644
--- a/gradle/errorprone/experimental_suggestions
+++ b/gradle/errorprone/experimental_suggestions
@@ -1,6 +1,9 @@
# FieldMissingNullable is turned off due to
# https://github.com/google/error-prone/issues/823.
+# ReturnMissingNullable is turned off because it
+# conflicts with Checker Framework null analysis.
+
errorProneExperimentalSuggestions = \
-Xep:ConstantField:ERROR,\
-Xep:EmptySetMultibindingContributions:ERROR,\
@@ -16,7 +19,7 @@ errorProneExperimentalSuggestions = \
-Xep:PrivateConstructorForNoninstantiableModuleTest:ERROR,\
-Xep:PrivateConstructorForUtilityClass:ERROR,\
-Xep:RemoveUnusedImports:ERROR,\
--Xep:ReturnMissingNullable:ERROR,\
+-Xep:ReturnMissingNullable:OFF,\
-Xep:ThrowsUncheckedException:ERROR,\
-Xep:UngroupedOverloads:ERROR,\
-Xep:UnnecessarySetDefault:ERROR,\