From 10e9caad29807421bb6a873d8649a1b27219a892 Mon Sep 17 00:00:00 2001 From: Chase Hutchins Date: Mon, 14 Jan 2019 20:12:39 -0700 Subject: [PATCH] allow global variables --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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