summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-13 01:06:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-13 01:06:18 +0000
commit50cf139270699d9f2f38010ba3b757ce381fd851 (patch)
treed528b9c1b502ed2ef5f83c727b98cd2c09dfe670
parent5902548871bf11cac0a61e0bfc5f92650cbe90a5 (diff)
parentf406b932a3d0fe3577f85c38d728f6c484c2e00d (diff)
downloaderror_prone-50cf139270699d9f2f38010ba3b757ce381fd851.tar.gz
Snap for 9168028 from f406b932a3d0fe3577f85c38d728f6c484c2e00d to udc-d1-release
Change-Id: Ice702574346e3332a1ccf39e116cbaf270a3f99d
-rw-r--r--soong/error_prone.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/soong/error_prone.go b/soong/error_prone.go
index d65781a..dccf61e 100644
--- a/soong/error_prone.go
+++ b/soong/error_prone.go
@@ -113,10 +113,6 @@ func init() {
// The checks that are not fatal to the build.
config.ErrorProneChecksWarning = []string{
// Errorprone default severity ERROR
- "-Xep:ArrayEquals:WARN",
- "-Xep:ArrayHashCode:WARN",
- "-Xep:ArrayToString:WARN",
- "-Xep:ArraysAsListPrimitiveArray:WARN",
"-Xep:BadAnnotationImplementation:WARN",
"-Xep:BadShiftAmount:WARN",
"-Xep:BanJNDI:WARN",