Skip to content

Commit

Permalink
Add comment to tidy_all_test child workspace bazelrc files.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Jul 23, 2023
1 parent 5196959 commit f6af22e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions tests/bzltidy_tests/workspace/child_workspaces/bar/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# # Import shared settings
# import %workspace%/../../../../../shared.bazelrc

# # Import CI settings.
# import %workspace%/../../../../../ci.bazelrc

# # Try to import a local.rc file; typically, written by CI
# try-import %workspace%/../../../../../local.bazelrc
# Purposefully not importing the shared bazelrc files as they are
# not needed and saw failures when run in CI.

# Explicitly enable bzlmod
common --enable_bzlmod
Expand Down
10 changes: 2 additions & 8 deletions tests/bzltidy_tests/workspace/child_workspaces/foo/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# # Import shared settings
# import %workspace%/../../../../../shared.bazelrc

# # Import CI settings.
# import %workspace%/../../../../../ci.bazelrc

# # Try to import a local.rc file; typically, written by CI
# try-import %workspace%/../../../../../local.bazelrc
# Purposefully not importing the shared bazelrc files as they are
# not needed and saw failures when run in CI.

# Explicitly enable bzlmod
common --enable_bzlmod
Expand Down

0 comments on commit f6af22e

Please sign in to comment.