Skip to content

Commit ccfe9ce

Browse files
committed
build: Make golangci-lint nolintlinter happy
See also: golangci/golangci-lint#3109 Signed-off-by: Víctor Cuadrado Juan <[email protected]>
1 parent 52864b7 commit ccfe9ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/policies/v1/webhook_suite_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func makeClusterAdmissionPolicyTemplate(name, namespace, policyServerName string
166166
}
167167
}
168168

169-
// nolint: dupl
169+
//nolint:dupl
170170
func deleteClusterAdmissionPolicy(ctx context.Context, name, namespace string) {
171171
nsn := types.NamespacedName{
172172
Name: name,
@@ -211,7 +211,7 @@ func makePolicyServerTemplate(name, namespace string) *PolicyServer {
211211
}
212212
}
213213

214-
// nolint: dupl
214+
//nolint:dupl
215215
func deletePolicyServer(ctx context.Context, name, namespace string) {
216216
nsn := types.NamespacedName{
217217
Name: name,

0 commit comments

Comments
 (0)