# FieldMissingNullable is marked as WARN
# detects errors in autovalue generated code.

# ReturnMissingNullable is turned off because it
# conflicts with Checker Framework null analysis.

errorProneExperimentalSuggestions = \
-Xep:BooleanParameter:ERROR,\
-Xep:ConstantField:ERROR,\
-Xep:EmptySetMultibindingContributions:ERROR,\
-Xep:FieldMissingNullable:WARN,\
-Xep:LambdaFunctionalInterface:ERROR,\
-Xep:MethodCanBeStatic:ERROR,\
-Xep:MixedArrayDimensions:ERROR,\
-Xep:MultiVariableDeclaration:ERROR,\
-Xep:MultipleTopLevelClasses:ERROR,\
-Xep:MultipleUnaryOperatorsInMethodCall:ERROR,\
-Xep:PackageLocation:ERROR,\
-Xep:ParameterComment:ERROR,\
-Xep:ParameterNotNullable:ERROR,\
-Xep:PrivateConstructorForNoninstantiableModuleTest:ERROR,\
-Xep:PrivateConstructorForUtilityClass:ERROR,\
-Xep:RemoveUnusedImports:ERROR,\
-Xep:ReturnMissingNullable:OFF,\
-Xep:SwitchDefault:ERROR,\
-Xep:ThrowsUncheckedException:ERROR,\
-Xep:TypeParameterNaming:ERROR,\
-Xep:UngroupedOverloads:ERROR,\
-Xep:UnnecessarySetDefault:ERROR,\
-Xep:UnnecessaryStaticImport:ERROR,\
-Xep:UseBinds:ERROR,\
-Xep:WildcardImport:ERROR
