-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Move function in member.go into server.go - Delete member.go - Update .gitignore for .vscode - Add silent config to bazel test commands - Update MODULE.bazel.lock Change-Id: If4042e502663a70236ec95bd237a633a225e42ce Signed-off-by: Ian Meyer <[email protected]>
- Loading branch information
Showing
5 changed files
with
1,068 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
try-import .buildbuddy.bazelrc | ||
test --test_output=errors | ||
test:silent --ui_event_filters=+info,+error,+fail | ||
common:silent --noshow_progress | ||
common:silent --ui_event_filters=,+error,+fail | ||
common:silent --ui_event_filters=-info,+error,+fail | ||
common:silent --show_result=0 | ||
common:silent --logging=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,5 @@ bazel-* | |
# Custom config for BuildBuddy, includes API key, not shareable right now | ||
|
||
.buildbuddy.bazelrc | ||
|
||
.vscode/ |
Oops, something went wrong.