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

@@ -1641,7 +1641,7 @@ g:ale_linters *g:ale_linters*
\ 'apkbuild': ['apkbuild_lint', 'secfixes_check'],
\ 'csh': ['shell'],
\ 'elixir': ['credo', 'dialyxir', 'dogma'],
\ 'go': ['gofmt', 'gopls', 'govet'],
\ 'go': ['gofmt', 'golangci-lint', 'gopls', 'govet'],
\ 'groovy': ['npm-groovy-lint'],
\ 'hack': ['hack'],
\ 'help': [],