summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-06-29 13:32:16 -0700
committerCole Faust <colefaust@google.com>2022-06-29 13:32:16 -0700
commitbbb00d5a7d712502f6edbaeaafc6cb208ef440d4 (patch)
tree02d3bb94630e4c257c003db6f7716c3373da94c0
parentb32a92aec5bb05ad55711327cb124d532104203c (diff)
downloadnist-sip-bbb00d5a7d712502f6edbaeaafc6cb208ef440d4.tar.gz
Downgrade SuspiciousIndentation lint to a warning
Bug: 236431222 Test: Presubmits Change-Id: Icd65c9bf4c47b7383d0ce1c45b7d2e3ba976d759
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f6144d3..010e58c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -57,4 +57,7 @@ java_library_static {
"-Xep:MissingOverride:OFF", // Ignore missing @Override.
],
},
+ lint: {
+ warning_checks: ["SuspiciousIndentation"],
+ },
}