-
Notifications
You must be signed in to change notification settings - Fork 423
Expand file tree
/
Copy pathdefault_gazelle_overrides.bzl
More file actions
181 lines (177 loc) · 5.52 KB
/
default_gazelle_overrides.bzl
File metadata and controls
181 lines (177 loc) · 5.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# Copyright 2023 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
visibility("private")
DEFAULT_BUILD_FILE_GENERATION_BY_PATH = {
"cel.dev/expr": "on",
"github.com/bazelbuild/remote-apis-sdks": "on",
"github.com/cncf/xds/go": "on",
"github.com/envoyproxy/protoc-gen-validate": "on",
"github.com/google/safetext": "on",
"github.com/grpc-ecosystem/grpc-gateway/v2": "on",
"google.golang.org/grpc": "on",
}
DEFAULT_DIRECTIVES_BY_PATH = {
"github.com/argoproj/argo-workflows/v3": [
"gazelle:proto disable",
],
"github.com/argoproj/argo-events": [
"gazelle:proto disable",
"gazelle:go_naming_convention import_alias",
],
"github.com/authzed/cel-go": [
"gazelle:go_naming_convention go_default_library",
],
"github.com/authzed/spicedb": [
"gazelle:proto disable",
],
"github.com/bufbuild/protocompile": [
"gazelle:proto disable",
],
"github.com/census-instrumentation/opencensus-proto": [
"gazelle:proto disable",
],
"github.com/envoyproxy/protoc-gen-validate": [
"gazelle:build_file_name BUILD.bazel",
],
"github.com/cockroachdb/errors": [
"gazelle:proto disable",
],
"github.com/colinmarc/hdfs/v2": [
"gazelle:go_naming_convention import_alias",
"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",
],
"github.com/gogo/protobuf": [
"gazelle:proto disable",
],
"github.com/google/cel-go": [
"gazelle:go_naming_convention go_default_library",
],
"github.com/google/gnostic": [
"gazelle:proto disable",
],
"github.com/google/gnostic-models": [
"gazelle:proto disable",
],
"github.com/google/go-jsonnet": [
"gazelle:go_naming_convention go_default_library",
],
"github.com/google/safetext": [
"gazelle:build_file_name BUILD.bazel",
"gazelle:build_file_proto_mode disable_global",
],
"github.com/googleapis/gax-go/v2": [
"gazelle:proto disable",
],
"github.com/googleapis/gnostic": [
"gazelle:proto disable",
],
"github.com/grpc-ecosystem/grpc-gateway": [
"gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/internal //internal:go_default_library",
"gazelle:go_naming_convention import_alias",
"gazelle:proto disable",
],
"github.com/hashicorp/go-plugin": [
"gazelle:proto disable",
],
"github.com/lightstep/lightstep-tracer-common/golang/gogo": [
"gazelle:proto disable",
],
"github.com/prometheus/alertmanager": [
"gazelle:proto disable",
],
"github.com/prometheus/prometheus": [
"gazelle:proto disable",
],
"github.com/pseudomuto/protoc-gen-doc": [
# The build file in github.com/mwitkow/go-proto-validators has both go_proto and gogo_proto targets, but the checked
# in go files are generated by gogo proto. Resolving to the gogo proto target preserves the behavior of Go modules.
"gazelle:resolve go github.com/mwitkow/go-proto-validators @com_github_mwitkow_go_proto_validators//:validators_gogo",
],
"github.com/stackb/rules_proto": [
"gazelle:go_naming_convention import",
],
"github.com/terraform-linters/tflint-plugin-sdk": [
"gazelle:proto disable",
],
"github.com/thanos-io/thanos": [
"gazelle:proto disable",
],
"github.com/weaveworks/common": [
"gazelle:proto disable",
],
"go.chromium.org/luci": [
"gazelle:proto disable",
],
"google.golang.org/grpc": [
"gazelle:proto disable",
],
"google.golang.org/protobuf": [
"gazelle:proto disable",
],
"k8s.io/api": [
"gazelle:proto disable",
],
"k8s.io/apiserver": [
"gazelle:proto disable",
],
"k8s.io/apiextensions-apiserver": [
"gazelle:proto disable",
],
"k8s.io/apimachinery": [
"gazelle:go_generate_proto false",
"gazelle:proto_import_prefix k8s.io/apimachinery",
],
"k8s.io/cri-api": [
"gazelle:proto disable",
],
"k8s.io/kubelet": [
"gazelle:proto disable",
],
"k8s.io/kubernetes": [
"gazelle:proto disable",
],
"k8s.io/metrics": [
"gazelle:proto disable",
],
"storj.io/common": [
"gazelle:proto legacy",
],
"storj.io/eventkit": [
"gazelle:proto legacy",
],
"storj.io/picobuf": [
"gazelle:proto legacy",
],
}
DEFAULT_BUILD_EXTRA_ARGS_BY_PATH = {
"github.com/census-instrumentation/opencensus-proto": [
"-exclude=src",
],
"github.com/cronokirby/saferith": [
# This test file declares `package big` rather than `package saferith`.
"-exclude=arith_s390x_test.go",
],
}