go: Remove staticcheck and go build defaults

Fixes #594
This commit is contained in:
Daniele Sluijters
2017-05-30 14:39:22 +02:00
parent 7a89d0c97e
commit bfad5c9dc4
2 changed files with 16 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ let s:default_ale_linter_aliases = {
" rpmlint is disabled by default because it can result in code execution.
let s:default_ale_linters = {
\ 'csh': ['shell'],
\ 'go': ['go build', 'gofmt', 'golint', 'gosimple', 'go vet', 'staticcheck'],
\ 'go': ['gofmt', 'golint', 'go vet'],
\ 'help': [],
\ 'rust': ['cargo'],
\ 'spec': [],