Skip to content

Commit

Permalink
Add default directives for containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
mering committed Aug 14, 2024
1 parent 2c65af5 commit 89ecd6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions internal/bzlmod/default_gazelle_overrides.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ DEFAULT_DIRECTIVES_BY_PATH = {
"github.com/cockroachdb/errors": [
"gazelle:proto disable",
],
"github.com/containerd/containerd": [
"gazelle:proto disable",
],
"github.com/containerd/containerd/api": [
"gazelle:proto disable",
],
"github.com/containerd/ttrpc": [
"gazelle:proto disable",
],
"github.com/gogo/googleapis": [
"gazelle:proto disable",
],
Expand Down

0 comments on commit 89ecd6a

Please sign in to comment.