Skip to content

Commit

Permalink
nocheck_direct_dependencies (#90)
Browse files Browse the repository at this point in the history
Based on a slack thread with @fmeum
  • Loading branch information
alexeagle authored Aug 4, 2023
1 parent 8d0b31f commit 8a3383a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Required until this is the default; expected in Bazel 7
common --enable_bzlmod

# Don’t want to push a rules author to update their deps if not needed.
# https://bazel.build/reference/command-line-reference#flag--check_direct_dependencies
# https://bazelbuild.slack.com/archives/C014RARENH0/p1691158021917459?thread_ts=1691156601.420349&cid=C014RARENH0
common --check_direct_dependencies=off

# Load any settings specific to the current user.
# .bazelrc.user should appear in .gitignore so that settings are not shared with team members
# This needs to be last statement in this
Expand Down

0 comments on commit 8a3383a

Please sign in to comment.