Skip to content

Commit 00b418d

Browse files
committed
Fix //nolint lint error
1 parent 2d34749 commit 00b418d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/controller/telemetry/collector.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ type ConfigurationGetter interface {
3939

4040
// Data is telemetry data.
4141
//
42-
// nolint
43-
//
4442
//go:generate go run -tags generator github.com/nginx/telemetry-exporter/cmd/generator -type=Data -scheme -scheme-protocol=NGFProductTelemetry -scheme-df-datatype=ngf-product-telemetry
45-
type Data struct {
43+
type Data struct { //nolint
4644
// ImageSource tells whether the image was built by GitHub or locally (values are 'gha', 'local', or 'unknown')
4745
ImageSource string
4846
tel.Data // embedding is required by the generator.

0 commit comments

Comments
 (0)