Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
- 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
imeyer committed Sep 18, 2024
1 parent 5f7b90c commit 32a02a6
Show file tree
Hide file tree
Showing 5 changed files with 1,068 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ bazel-*
# Custom config for BuildBuddy, includes API key, not shareable right now

.buildbuddy.bazelrc

.vscode/
Loading

0 comments on commit 32a02a6

Please sign in to comment.