feat: enable golangci-lint by default (#4536)

This replaces golint and gometalinter which are both deprecated
This commit is contained in:
Craig Rodrigues
2023-07-24 05:30:00 -07:00
committed by GitHub
parent 969f7b080f
commit f34016a552
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ Execute(The defaults for the elixir filetype should be correct):
AssertEqual [], GetLinterNames('elixir')
Execute(The defaults for the go filetype should be correct):
AssertEqual ['gofmt', 'gopls', 'govet'], GetLinterNames('go')
AssertEqual ['gofmt', 'golangci-lint', 'gopls', 'govet'], GetLinterNames('go')
let g:ale_linters_explicit = 1