ale/ale_linters/go
Jeff Willette b9f02ffb27 Added filename key for `go build` linter
- Re: f224ce8a37

- The issues that prompted the above commit which reverted changes made to `go build` and
`gometalinter` seemed to suggest that the main issue was with gometalinter and that
changes should be put into different commits so they are independent of each other

- This commit reinstates the changes to the `go build` linter which seem to be uncontested
and it also seems absolutely necessary to show errors from all files in the package which
may have caused a build failure.
2017-11-20 23:50:14 +09:00
..
gobuild.vim Added filename key for `go build` linter 2017-11-20 23:50:14 +09:00
gofmt.vim Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
golint.vim Fix #1131 - Capture both output streams for golint 2017-11-15 16:24:29 +00:00
gometalinter.vim Revert "Show problems from other files for gobuild and gometalinter" 2017-11-20 10:43:45 +00:00
gosimple.vim Fix #936 - Check the actual files for gosimple and staticcheck 2017-10-31 13:01:01 +00:00
govet.vim Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
staticcheck.vim Fix #936 - Check the actual files for gosimple and staticcheck 2017-10-31 13:01:01 +00:00