Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Add by default into the index scala_imports and java_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc authored and ianoc-stripe committed Oct 15, 2020
1 parent a588ad7 commit 249bea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jvm_indexer/jvm_indexer_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ use std::sync::atomic::Ordering;
use tonic::transport::Server;

use bazelfe::protos::*;
use std::fs::File;
use std::io::prelude::*;

use bazelfe::bazel_runner;
use bazelfe::build_events::build_event_server::bazel_event;
Expand Down Expand Up @@ -142,6 +140,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {

let allowed_rule_kinds: Vec<String> = vec![
"java_library",
"java_import",
"scala_import",
"scala_library",
"scala_proto_library",
"scala_macro_library",
Expand Down

0 comments on commit 249bea9

Please sign in to comment.