File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,6 @@ Please follow the instructions in [the contributors documentation](http://bazel.
25
25
Contributions made by corporations are covered by a different agreement than
26
26
the one above, the
27
27
[ Software Grant and Corporate Contributor License Agreement] ( https://cla.developers.google.com/about/google-corporate ) .
28
+
29
+ ### Working with Intellij bazel plugin
30
+ For your convenience, you can use [ this] ( scripts/ij.bazelproject ) .bazelproject file when you setup the bazel plugin in Intellij
Original file line number Diff line number Diff line change
1
+ # Setup IntelliJ for Bazel development using the IntelliJ Bazel Plugin.
2
+ # See https://github.com/bazelbuild/intellij for installation instructions.
3
+ # test_expect_failure and test/twitter_scrooge are not included in the targets section as they are known to have failures
4
+
5
+ directories:
6
+ .
7
+
8
+ targets:
9
+ //test/...
10
+ -test/src/main/scala/scala/test/twitter_scrooge/...
11
+ //jmh/...
12
+ //junit/...
13
+ //plugin/...
14
+ //scala/...
15
+ //specs2/...
16
+ //src/...
17
+ //thrift/...
18
+ //tut_rule/...
19
+ //twitter_scrooge/...
20
+
21
+ additional_languages:
22
+ scala
You can’t perform that action at this time.
0 commit comments