commit | 3d2cdde19994f0fc238c110cbdf66d28908b9294 | [log] [tgz] |
---|---|---|
author | Stephan Herhut <herhut@google.com> | Tue Oct 24 15:56:12 2017 +0200 |
committer | Stephan Herhut <herhut@google.com> | Tue Oct 24 15:56:12 2017 +0200 |
tree | b9b3bd96634ba84e8278cab6cb19814506ae62c4 | |
parent | 47e5d54239bd2b717e67842eda75f0b8d336a41e [diff] [blame] |
Enable errorprone check to ensure hashCode is implemented. Bug: Change-Id: I918fd87f5d0175cdff928a8be64c6686d6689dfa
diff --git a/build.gradle b/build.gradle index ef09f76..e189e57 100644 --- a/build.gradle +++ b/build.gradle
@@ -21,7 +21,8 @@ '-Xep:RemoveUnusedImports:WARN', '-Xep:MissingOverride:WARN', '-Xep:OvershadowingSubclassFields:WARN', - '-Xep:IntLongMath:WARN'] + '-Xep:IntLongMath:WARN', + '-Xep:EqualsHashCode:WARN'] apply from: 'copyAdditionalJctfCommonFiles.gradle'