summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-06-29 13:34:22 -0700
committerCole Faust <colefaust@google.com>2022-06-29 13:34:22 -0700
commite9cc0f1604981bc8d7ad9c2ebec0490374d72ae0 (patch)
tree8f0c3321e015b9b755a00d6b03412af07548cd02
parentc494b31689e7b442df42084f1209c9f51b9e1734 (diff)
downloademma-e9cc0f1604981bc8d7ad9c2ebec0490374d72ae0.tar.gz
Downgrade SuspiciousIndentation lint to a warning
Bug: 236431222 Test: Presubmits Change-Id: I1bfcfe2d24c995b4e93c4a0881a784e4e5a99f17
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1a99ff3..70631fd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,5 +32,8 @@ java_library {
errorprone: {
javacflags: ["-Xep:MissingOverride:OFF"],
},
+ lint: {
+ warning_checks: ["SuspiciousIndentation"],
+ },
host_supported: true,
}