Skip to content

Commit

Permalink
Add default gazelle override for github.com/cockroachdb/errors. (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
fardream authored Jan 30, 2024
1 parent 62d7108 commit da9ab08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/bzlmod/default_gazelle_overrides.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ DEFAULT_DIRECTIVES_BY_PATH = {
"github.com/envoyproxy/protoc-gen-validate": [
"gazelle:build_file_name BUILD.bazel",
],
"github.com/cockroachdb/errors": [
"gazelle:proto disable",
],
"github.com/gogo/googleapis": [
"gazelle:proto disable",
],
Expand Down

0 comments on commit da9ab08

Please sign in to comment.