Skip to content

Commit

Permalink
allow global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaqx committed Jan 15, 2019
1 parent aaa73ce commit 10e9caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Expand Up @@ -13,7 +13,6 @@ linters:
- dupl
- errcheck
- gochecknoinits
- gochecknoglobals
- goconst
- gocritic
- gocyclo
Expand All @@ -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

0 comments on commit 10e9caa

Please sign in to comment.