aboutsummaryrefslogtreecommitdiff
path: root/examples/gradle/errorprone/experimental_errors
blob: 5ce6e18100a7dc471cf9f2362ea2fd0e715b83a6 (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:AssistedInjectAndInjectOnSameConstructor:ERROR,\
-Xep:AutoFactoryAtInject:ERROR,\
-Xep:ClassName:ERROR,\
-Xep:ComparisonContractViolated:ERROR,\
-Xep:DepAnn:ERROR,\
-Xep:DivZero:ERROR,\
-Xep:EmptyIf:ERROR,\
-Xep:FuzzyEqualsShouldNotBeUsedInEqualsMethod:ERROR,\
-Xep:InjectInvalidTargetingOnScopingAnnotation:ERROR,\
-Xep:InjectMoreThanOneQualifier:ERROR,\
-Xep:InjectScopeAnnotationOnInterfaceOrAbstractClass:ERROR,\
-Xep:InjectScopeOrQualifierAnnotationRetention:ERROR,\
-Xep:InjectedConstructorAnnotations:ERROR,\
-Xep:InsecureCryptoUsage:ERROR,\
-Xep:IterablePathParameter:ERROR,\
-Xep:JMockTestWithoutRunWithOrRuleAnnotation:ERROR,\
-Xep:JavaxInjectOnFinalField:ERROR,\
-Xep:LockMethodChecker:ERROR,\
-Xep:LongLiteralLowerCaseSuffix:ERROR,\
-Xep:NoAllocation:ERROR,\
-Xep:NumericEquality:ERROR,\
-Xep:ParameterPackage:ERROR,\
-Xep:ProtoStringFieldReferenceEquality:ERROR,\
-Xep:QualifierOrScopeOnInjectMethod:ERROR,\
-Xep:StaticOrDefaultInterfaceMethod:ERROR,\
-Xep:UnlockMethod:ERROR