mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -72,5 +72,4 @@
|
|||||||
|
|
||||||
(use-package! flycheck-golangci-lint
|
(use-package! flycheck-golangci-lint
|
||||||
:when (featurep! :tools flycheck)
|
:when (featurep! :tools flycheck)
|
||||||
:hook (go-mode . flycheck-golangci-lint-setup)
|
:hook (go-mode . flycheck-golangci-lint-setup))
|
||||||
:config (setenv "GO111MODULE" "on"))
|
|
||||||
|
Reference in New Issue
Block a user