diff --git a/.golangci.yml b/.golangci.yml index 0f68c33..19283c8 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -13,7 +13,6 @@ linters: - dupl - errcheck - gochecknoinits - - gochecknoglobals - goconst - gocritic - gocyclo @@ -39,6 +38,7 @@ linters: # disable problem linters disable: + - gochecknoglobals # version - maligned # no guarantee per version - megacheck # no 1.11 module support - typecheck # no 1.11 module support