Add flycheck-golangci-lint
This plugin runs [golangci-lint](https://github.com/golangci/golangci-lint) in the background and gathers the results in a checker.
This commit is contained in:
parent
d407b3355a
commit
70e7b8a388
3 changed files with 14 additions and 0 deletions
|
@ -10,3 +10,6 @@
|
|||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-go))
|
||||
|
||||
(when (featurep! :tools flycheck)
|
||||
(package! flycheck-golangci-lint))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue