Skip to content

Commit e3d8f23

Browse files
author
Mengqi Yu
committed
skipping structcheck linter check for some lines due to https://github.com/opennota/check#known-limitations
1 parent bc2b5cf commit e3d8f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/webhook/server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ type BootstrapOptions struct {
9494
Host *string
9595

9696
// certProvisioner is constructed using certGenerator and certWriter
97-
certProvisioner *cert.Provisioner
97+
certProvisioner *cert.Provisioner // nolint: structcheck
9898

9999
// err will be non-nil if there is an error occur during initialization.
100-
err error
100+
err error // nolint: structcheck
101101
}
102102

103103
// Service contains information for creating a service

0 commit comments

Comments
 (0)