Commit Graph
4 Commits
Author SHA1 Message Date
Ben Reedy 54991f3082 Add documentation for gometalinter 2017-04-13 19:38:32 +10:00
Ben Reedy 1167616726 Add gometalinter for go files
Linter is disabled by default (see g:ale_go_gometalinter_enabled) as it
conflicts with a number of established ALE linters (golint, govet,
gosimple, staticcheck, etc).
2017-04-13 19:38:32 +10:00
Ben Reedy a2bb45e974 Fix gobuild linter
Resolves issues with gobuild linter with multiple go source files
belonging to the same go package.
2017-04-13 18:58:55 +10:00
Ben Reedy 43f24f4c01 Add support for gosimple and staticcheck 2017-03-30 11:49:52 +10:00