Skip to content

Commit 10e9caa

Browse files
committed
allow global variables
1 parent aaa73ce commit 10e9caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ linters:
1313
- dupl
1414
- errcheck
1515
- gochecknoinits
16-
- gochecknoglobals
1716
- goconst
1817
- gocritic
1918
- gocyclo
@@ -39,6 +38,7 @@ linters:
3938

4039
# disable problem linters
4140
disable:
41+
- gochecknoglobals # version
4242
- maligned # no guarantee per version
4343
- megacheck # no 1.11 module support
4444
- typecheck # no 1.11 module support

0 commit comments

Comments
 (0)