File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ import %workspace%/.aspect/bazelrc/performance.bazelrc
8
8
9
9
### YOUR PROJECT SPECIFIC OPTIONS GO HERE ###
10
10
11
+ # Don’t want to push a rules author to update their deps if not needed.
12
+ # https://bazel.build/reference/command-line-reference#flag--check_direct_dependencies
13
+ # https://bazelbuild.slack.com/archives/C014RARENH0/p1691158021917459?thread_ts=1691156601.420349&cid=C014RARENH0
14
+ common --check_direct_dependencies=off
15
+
11
16
# Load any settings & overrides specific to the current user from `.aspect/bazelrc/user.bazelrc`.
12
17
# This file should appear in `.gitignore` so that settings are not shared with team members. This
13
18
# should be last statement in this config so the user configuration is able to overwrite flags from
You can’t perform that action at this time.
0 commit comments