Skip to content

Commit

Permalink
expand_template: do not output_to_genfiles (#493)
Browse files Browse the repository at this point in the history
output_to_genfiles is deprecated unless needed for backwards compatibility
with legacy rules (see https://bazel.build/rules/lib/globals/bzl#rule)
  • Loading branch information
tetromino authored Mar 20, 2024
1 parent e60cf00 commit 054ebf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rules/expand_template.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ explicitly add delimiters to the key strings, for example "{KEY}" or "@KEY@"."""
doc = "The destination of the expanded file.",
),
},
output_to_genfiles = True,
)

0 comments on commit 054ebf5

Please sign in to comment.