index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ale_linters
/
go
/
gobuild.vim
Age
Commit message (
Expand
)
Author
2018-09-19
Add fixer for Go modules (#1873)
Martin Tournoij
2018-09-04
Improve ALE project style checking
w0rp
2018-08-23
Remove "go env" from gobuild linter
Martin Tournoij
2018-07-24
#1754 Require snake_case names for linters in the codebase
w0rp
2018-02-04
#1206 Add support for setting options for gobuild, and escape paths better
w0rp
2017-11-20
Added filename key for `go build` linter
Jeff Willette
2017-11-20
Revert "Show problems from other files for gobuild and gometalinter"
w0rp
2017-11-15
Show problems from other files for gobuild and gometalinter
Jeff Willette
2017-05-06
go build: skip not current buffer (#531)
Alexandr
2017-04-29
Fix #518 Fix handling of spaces in filenames for various linters
w0rp
2017-04-24
Simplify some code and format some tests better
w0rp
2017-04-15
Make code more consistent
w0rp
2017-04-13
Fix gobuild linter
Ben Reedy
2017-04-12
Make `go build` linter check files on disk (#465)
Ben R
2017-03-04
#384 Try and stop stupid errors coming from the gobuild functions
w0rp
2017-02-26
Copy all loclist items returned from handlers, and set up defaults for conven...
w0rp
2017-02-07
try fixing go build (#297)
Joshua Rubin
2016-12-23
Redirect go build output to /dev/null
Heyward Fann
2016-12-22
add go build for build errors (#180)
dzhou121