Skip to content

Commit be2caba

Browse files
natansilittaiz
authored andcommitted
add recommended setup for intellij .bazelproject to new scripts folder
1 parent 6b09d61 commit be2caba

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ Please follow the instructions in [the contributors documentation](http://bazel.
2525
Contributions made by corporations are covered by a different agreement than
2626
the one above, the
2727
[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

scripts/ij.bazelproject

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

0 commit comments

Comments
 (0)