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
Age
Commit message (
Expand
)
Author
2017-10-31
Fix #936 - Check the actual files for gosimple and staticcheck
w0rp
2017-09-12
Fix #921 - Capture both output streams for gosimple and staticcheck
w0rp
2017-08-08
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
w0rp
2017-07-12
Fixup #756
Sander van Harmelen
2017-07-11
#756 Escape the paths used for the --include parameter for gometalinter, whic...
w0rp
2017-07-11
Make gometalinter work again
Sander van Harmelen
2017-07-07
Make the executable for gometalinter configurable
w0rp
2017-06-06
Complain about incorrect uses of expand('%...')
w0rp
2017-05-20
Improve performance when using gometalinter (#566)
Sander van Harmelen
2017-05-15
Fix #553 - Filter out errors from other files for gometalinter
w0rp
2017-05-12
#549 Temporarily revert shell escaping changes, just for Windows
w0rp
2017-05-08
#540 Fix shell escaping pretty much everywhere
w0rp
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
Break shared handlers up into their own files, and fix stylelint error handling
w0rp
2017-04-24
Simplify some code and format some tests better
w0rp
2017-04-16
#427 Implement buffer variable overrides for all linter options
w0rp
2017-04-15
Merge pull request #471 from breed808/gometalinter
w0rp
2017-04-15
Use g:ale_linters for turning gometalinter on, and update documentation as ap...
w0rp
2017-04-15
Make code more consistent
w0rp
2017-04-13
Add gometalinter for go files
Ben Reedy
2017-04-13
Fix gobuild linter
Ben Reedy
2017-04-12
Make `go build` linter check files on disk (#465)
Ben R
2017-03-30
Add support for gosimple and staticcheck
Ben Reedy
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-11
Replace every stdin-wrapper script with the new %t formatting support
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
2016-10-21
Add support for dot-seperate linters, improve linter tests
Bjorn Neergaard
2016-10-11
Introduce generic unix formatter
Bjorn Neergaard
2016-10-11
Introduce golang support
Bjorn Neergaard