aboutsummaryrefslogtreecommitdiff
path: root/examples/gradle/errorprone/experimental_suggestions
blob: 1330b843a19c138925fbdc6cddfbcace15fac059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# FieldMissingNullable is turned off due to
# https://github.com/google/error-prone/issues/823.

errorProneExperimentalSuggestions = \
-Xep:ConstantField:ERROR,\
-Xep:EmptySetMultibindingContributions:ERROR,\
-Xep:FieldMissingNullable:OFF,\
-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:ERROR,\
-Xep:ThrowsUncheckedException:ERROR,\
-Xep:UngroupedOverloads:ERROR,\
-Xep:UnnecessarySetDefault:ERROR,\
-Xep:UnnecessaryStaticImport:ERROR,\
-Xep:UseBinds:ERROR,\
-Xep:WildcardImport:ERROR