We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ea8d2 commit 5f2a051Copy full SHA for 5f2a051
1 file changed
bazel/licenses.bzl
@@ -21,8 +21,8 @@ def _fetch_licenses_impl(ctx):
21
if ctx.attr.use_pkg_dev_go:
22
args.add("--try_pkg_dev_go")
23
24
- if ctx.attr.disallow_missing:
25
- args.add("--fatal_if_missing")
+ # if ctx.attr.disallow_missing:
+ # args.add("--fatal_if_missing")
26
27
args.add("--json_manual_input", ctx.file.manual_licenses)
28
args.add("--json_output", ctx.outputs.out_found)
0 commit comments