rules_swift_package_manager icon indicating copy to clipboard operation
rules_swift_package_manager copied to clipboard

Add `--nocheck_direct_dependencies` to root workspace.

Open cgrindel opened this issue 8 months ago • 0 comments

# 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

Related Slack thread

cgrindel avatar Dec 28 '23 15:12 cgrindel