Skip to content

Commit

Permalink
Add go linter: staticcheck
Browse files Browse the repository at this point in the history
golint has been frozen for a while and it suggests staticcheck or go
vet.

See: https://github.com/golang/lint
  • Loading branch information
paydro committed May 27, 2022
1 parent 2522508 commit 4b30761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ let g:ale_disable_lsp = 1
let g:ale_linters = {
\ 'terraform': ['tflint'],
\ 'python': ['flake8'],
\ 'go': ['staticcheck'],
\}

let g:ale_fix_on_save=1
Expand Down

0 comments on commit 4b30761

Please sign in to comment.