• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# buildifier: disable=module-docstring
2# buildifier: disable=function-docstring
3def my_rule_impl(ctx):
4    _ignore = [ctx]  # @unused
5    return struct()
6