summaryrefslogtreecommitdiff
path: root/compose-ide-plugin/BUILD
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2020-06-03 19:02:13 -0700
committerTreeHugger Robot <treehugger-gerrit@google.com>2020-06-04 10:25:07 +0000
commit2c1c35fb476ff4c66e8bba71ef7f0473f6ad9764 (patch)
tree4b43ba41e7e1ba3e53205e215e7daa033ec105b0 /compose-ide-plugin/BUILD
parentc6ecfca2db9c63722344aad124eba7e4fa244e04 (diff)
downloadidea-2c1c35fb476ff4c66e8bba71ef7f0473f6ad9764.tar.gz
Add lint checks to all the missing projects in tools/adt/idea
A lot of the Bazel configurations for various projects were not applying the Studio-local lint checks which enforce various recommendations and practices for our codebase. Test: This is it, run at build time Bug: None Change-Id: I03771d604aeccac5eb58751de246172c7c8ef3a7
Diffstat (limited to 'compose-ide-plugin/BUILD')
-rw-r--r--compose-ide-plugin/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/compose-ide-plugin/BUILD b/compose-ide-plugin/BUILD
index 8092a578453..03ca47e28e9 100644
--- a/compose-ide-plugin/BUILD
+++ b/compose-ide-plugin/BUILD
@@ -5,6 +5,7 @@ iml_module(
name = "intellij.android.compose-ide-plugin",
srcs = ["src/main/java"],
iml_files = ["intellij.android.compose-ide-plugin.iml"],
+ lint_baseline = "//tools/base/lint:studio-checks/empty_baseline.xml",
resources = ["src/main/resources"],
visibility = ["//visibility:public"],
# do not sort: must match IML order