commit | 6b06bfbaf7e8bbb3cddfe3889c04aa0f0fba4106 | [log] [tgz] |
---|---|---|
author | Stephan Herhut <herhut@google.com> | Thu Oct 26 11:29:51 2017 +0200 |
committer | Stephan Herhut <herhut@google.com> | Thu Oct 26 11:29:51 2017 +0200 |
tree | d9ec97e1b2b6b531d2f0c5a6ec3607fee88c2cec | |
parent | dbb891e86e8cf34b71c7096e1710009292d8e72e [diff] [blame] |
Enable InconsistentOverloads checking in ErrorProne. Bug: Change-Id: I1e0be14da4ba39e3f77464e6a249aa32b1b42bb9
diff --git a/build.gradle b/build.gradle index 9299592..c97aa9d 100644 --- a/build.gradle +++ b/build.gradle
@@ -23,6 +23,7 @@ '-Xep:OvershadowingSubclassFields:WARN', '-Xep:IntLongMath:WARN', '-Xep:EqualsHashCode:WARN', + '-Xep:InconsistentOverloads:WARN', '-Xep:ArrayHashCode:WARN', '-Xep:EqualsIncompatibleType:WARN', '-Xep:NonOverridingEquals:WARN',