Skip to content

Commit 88ad6cc

Browse files
committed
Add nolint for global var
1 parent 41ae3a1 commit 88ad6cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/js/modules/k6/browser/browser/registry.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ type browserRegistry struct {
184184

185185
type browserBuildFunc func(ctx, vuCtx context.Context) (*common.Browser, error)
186186

187+
//nolint:gochecknoglobals
187188
var fidDeprecationWarningOnce sync.Once
188189

189190
// newBrowserRegistry should only take a background context, not a context from

0 commit comments

Comments
 (0)