Remove envvar setter in golangci-lint checker

This allows users to be responsible for their use of the feature. I definitely misread the documentation about the checker.
This commit is contained in:
Gerry Agbobada 2019-12-01 20:45:13 +01:00 committed by GitHub
parent 732d35071c
commit e91dacea2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,5 +72,4 @@
(use-package! flycheck-golangci-lint
:when (featurep! :tools flycheck)
:hook (go-mode . flycheck-golangci-lint-setup)
:config (setenv "GO111MODULE" "on"))
:hook (go-mode . flycheck-golangci-lint-setup))