bazel-contrib / bazel-gazelle

Gazelle is a Bazel build file generator for Bazel projects. It natively supports Go and protobuf, and it may be extended to support new languages and custom rule sets.
Apache License 2.0
1.19k stars 378 forks source link

Add default directives for github.com/containerd #1866

Closed mering closed 2 months ago

mering commented 2 months ago

What type of PR is this?

Other

What package or component does this PR mostly affect?

internal/bzlmod

What does this PR do? Why is it needed?

Disable github.com/containerd proto generation in default directives as suggested in rules_go documentation.

Which issues(s) does this PR fix?

Other notes for review

mering commented 2 months ago

@fmeum Thanks for the quick merge. Is it possible to create a bugfix release including this change such that we can use it soon?