aboutsummaryrefslogtreecommitdiff
path: root/examples/gradle/errorprone/experimental_warnings
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gradle/errorprone/experimental_warnings')
-rw-r--r--examples/gradle/errorprone/experimental_warnings23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/gradle/errorprone/experimental_warnings b/examples/gradle/errorprone/experimental_warnings
new file mode 100644
index 00000000..b5a7df2b
--- /dev/null
+++ b/examples/gradle/errorprone/experimental_warnings
@@ -0,0 +1,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