We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7600a7d commit ef6ecbaCopy full SHA for ef6ecba
1 file changed
docs.bzl
@@ -63,8 +63,8 @@ def _rewrite_needs_json_to_sourcelinks(labels):
63
s = str(x)
64
if s.endswith("//:needs_json"):
65
out.append(s.replace("//:needs_json", "//:sourcelinks_json"))
66
- else:
67
- out.append(s)
+ #Items which do not end up with '//:needs_json' shall not be appended to 'out'.
+ #They are treated separately and are not related to source code linking.
68
return out
69
70
def _merge_sourcelinks(name, sourcelinks, known_good = None):
0 commit comments