aboutsummaryrefslogtreecommitdiff
path: root/examples/gradle/errorprone/experimental_warnings
blob: b5a7df2b1c8c8ab1161ffd1e7f292d587ca374a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
errorProneExperimentalWarnings = \
-Xep:AssertFalse:ERROR,\
-Xep:AssistedInjectAndInjectOnConstructors:ERROR,\
-Xep:BigDecimalLiteralDouble:ERROR,\
-Xep:BindingToUnqualifiedCommonType:ERROR,\
-Xep:ConstructorInvokesOverridable:ERROR,\
-Xep:ConstructorLeaksThis:ERROR,\
-Xep:EmptyTopLevelDeclaration:ERROR,\
-Xep:ExpectedExceptionChecker:ERROR,\
-Xep:HardCodedSdCardPath:ERROR,\
-Xep:InconsistentOverloads:ERROR,\
-Xep:MissingDefault:ERROR,\
-Xep:MutableMethodReturnType:ERROR,\
-Xep:NonCanonicalStaticMemberImport:ERROR,\
-Xep:PrimitiveArrayPassedToVarargsMethod:ERROR,\
-Xep:ProvidesFix:ERROR,\
-Xep:QualifierWithTypeUse:ERROR,\
-Xep:RedundantThrows:ERROR,\
-Xep:StaticQualifiedUsingExpression:ERROR,\
-Xep:StringEquality:ERROR,\
-Xep:TestExceptionChecker:ERROR,\
-Xep:UnnecessaryDefaultInEnumSwitch:ERROR,\
-Xep:Var:OFF