Increase severity of AmbiguousMethodReference to ERROR

All instances of this problem have been fixed. Increase its severity
to ERROR to prevent reoccurrences.

Change-Id: I42d41a7c32b43d1ba59a28cd2f5a7d0ad315d8d9
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2019-08-09 16:06:56 +09:00
parent 13df53c149
commit 40f6c92c5c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ java_package_configuration(
"-Xep:ReferenceEquality:WARN",
"-Xep:StringEquality:WARN",
"-Xep:WildcardImport:ERROR",
"-Xep:AmbiguousMethodReference:WARN",
"-Xep:AmbiguousMethodReference:ERROR",
"-Xep:BadAnnotationImplementation:ERROR",
"-Xep:BadComparable:WARN",
"-Xep:BoxedPrimitiveConstructor:ERROR",