ErrorProne: Increase severity of MutableConstantField to ERROR

All occurrences of this warning have been fixed. Increase the
severity to ERROR to prevent reoccurrence.

Change-Id: Ifa27a3e3f5691800577edfd5fc0b119bb7d1cf1f
This commit is contained in:
David Pursehouse
2018-12-21 10:17:04 +09:00
parent 65a2efcdec
commit 111f8d56ef

View File

@@ -62,7 +62,7 @@ java_package_configuration(
"-Xep:LiteralClassName:WARN",
"-Xep:MissingFail:WARN",
"-Xep:MissingOverride:WARN",
"-Xep:MutableConstantField:WARN",
"-Xep:MutableConstantField:ERROR",
"-Xep:NarrowingCompoundAssignment:WARN",
"-Xep:NonAtomicVolatileUpdate:WARN",
"-Xep:NonOverridingEquals:WARN",