Skip to content

Commit

Permalink
fix typo build_proto_file_mode in message (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-french authored Apr 8, 2023
1 parent 1314e56 commit cf4ec9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/bzlmod/go_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,13 @@ def _go_deps_impl(module_ctx):

print("""
The 'build_naming_convention' and 'build_proto_file_mode' attributes of \
The 'build_naming_convention' and 'build_file_proto_mode' attributes of \
go_deps.module have been replaced with the more general go_deps.gazelle_override \
tag and will be removed in the next release of rules_go.
To migrate manually, add a gazelle_override tag for all Go module paths that set \
one of these attributes and add "gazelle:go_naming_convention <value>" (for \
build_naming_convention) or "gazelle:proto <value>" (for build_proto_file_mode) \
build_naming_convention) or "gazelle:proto <value>" (for build_file_proto_mode) \
to its 'directives' attribute.
""" + format_module_file_fixup(root_fixups))

Expand Down

0 comments on commit cf4ec9b

Please sign in to comment.