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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user