Use revive instead of golint
1 files changed, 1 insertions(+), 1 deletions(-)

M vim/vimrc
M vim/vimrc +1 -1
@@ 456,7 456,7 @@ let g:Lf_NormalMap = {
 let g:vim_markdown_folding_disabled=1
 
 " ale
-let g:ale_linters = {'python': ['flake8'], 'go': ['golint', 'gopls']}
+let g:ale_linters = {'python': ['flake8'], 'go': ['revive', 'gopls']}
 let g:ale_fixers = {'python': ['black', 'isort'], 'go': ['gofmt', 'goimports']}
 let g:ale_fix_on_save = 1
 " disable inline errors, so annoying