summaryrefslogtreecommitdiff
path: root/soong/error_prone.go
diff options
context:
space:
mode:
Diffstat (limited to 'soong/error_prone.go')
-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",