We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1437d4 commit 0c59d31Copy full SHA for 0c59d31
.bazelrc
@@ -19,6 +19,10 @@ common:dev --override_repository=rules_python=~/workspace/rules_python
19
# No external runfiles
20
common --nolegacy_external_runfiles
21
22
+# Don’t want to push a rules author to update their deps if not needed.
23
+# https://bazel.build/reference/command-line-reference#flag--check_direct_dependencies
24
+# https://bazelbuild.slack.com/archives/C014RARENH0/p1691158021917459?thread_ts=1691156601.420349&cid=C014RARENH0
25
+common --check_direct_dependencies=off
26
27
# Load any settings specific to the current user.
28
# .bazelrc.user should appear in .gitignore so that settings are not shared with team members
0 commit comments