aboutsummaryrefslogtreecommitdiff
path: root/gradle/errorprone/experimental_errors
blob: 58fa533eed2472a4531abcc8b6bbfa148ba8ad31 (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
26
27
errorProneExperimentalErrors = \
-Xep:ArgumentParameterSwap:ERROR,\
-Xep:AssistedInjectAndInjectOnSameConstructor:ERROR,\
-Xep:AutoFactoryAtInject:ERROR,\
-Xep:ClassName:ERROR,\
-Xep:ComparisonContractViolated:ERROR,\
-Xep:DepAnn:ERROR,\
-Xep:DivZero:ERROR,\
-Xep:EmptyIf:ERROR,\
-Xep:InjectInvalidTargetingOnScopingAnnotation:ERROR,\
-Xep:InjectMoreThanOneQualifier:ERROR,\
-Xep:InjectScopeAnnotationOnInterfaceOrAbstractClass:ERROR,\
-Xep:InjectScopeOrQualifierAnnotationRetention:ERROR,\
-Xep:InjectedConstructorAnnotations:ERROR,\
-Xep:InsecureCryptoUsage:ERROR,\
-Xep:JMockTestWithoutRunWithOrRuleAnnotation:ERROR,\
-Xep:JavaxInjectOnFinalField:ERROR,\
-Xep:LockMethodChecker:ERROR,\
-Xep:LongLiteralLowerCaseSuffix:ERROR,\
-Xep:NoAllocation:ERROR,\
-Xep:NonRuntimeAnnotation:ERROR,\
-Xep:NumericEquality:ERROR,\
-Xep:ParameterPackage:OFF,\
-Xep:ProtoStringFieldReferenceEquality:ERROR,\
-Xep:QualifierOnMethodWithoutProvides:ERROR,\
-Xep:StaticOrDefaultInterfaceMethod:ERROR,\
-Xep:UnlockMethod:ERROR