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 7738f98c29
commit f98dfa505d

View File

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