Merge pull request #471 from breed808/gometalinter

Add gometalinter linter for go files
This commit is contained in:
w0rp
2017-04-15 21:09:23 +01:00
committed by GitHub
5 changed files with 98 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ let s:default_ale_linter_aliases = {
" Only cargo is enabled for Rust by default.
let s:default_ale_linters = {
\ 'csh': ['shell'],
\ 'go': ['go build', 'gofmt', 'golint', 'gosimple', 'go vet', 'staticcheck'],
\ 'help': [],
\ 'rust': ['cargo'],
\ 'text': [],