summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-06-28 16:26:36 -0700
committerCole Faust <colefaust@google.com>2022-06-29 13:38:52 -0700
commit6cc7a93129d54e8f77ff6b4dca417401e6a9d02e (patch)
tree69453d40bd3f142129e72a92b9d2193f432b8746
parent11a39972e16a203f6d6c616dc94b23d936fd9f38 (diff)
downloadapache-xml-6cc7a93129d54e8f77ff6b4dca417401e6a9d02e.tar.gz
Downgrade SuspiciousIndentation lint to a warning
Bug: 236431222 Test: Presubmits Change-Id: Ib2113535563920d4d4eaa10992668236c6f1e286
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5f8f505..031a040 100644
--- a/Android.bp
+++ b/Android.bp
@@ -74,6 +74,9 @@ java_library {
errorprone: {
javacflags: ["-Xep:MissingOverride:OFF"],
},
+ lint: {
+ warning_checks: ["SuspiciousIndentation"],
+ },
sdk_version: "none",
system_modules: "core-all-system-modules",