Age | Commit message (Expand) | Author |
2021-11-19 | Add cspell Linter (#3981) | David Houston |
2021-07-03 | Change default of go_staticcheck_lint_package to 1 (#3799) | Yuxuan 'fishy' Wang |
2021-05-27 | Make staticcheck configurable with GOPATH detection | w0rp |
2021-05-26 | Enable gopls by default with GOPATH detection | w0rp |
2021-03-01 | Close #2281 - Separate cwd commands from commands | w0rp |
2021-02-03 | gopls: add go_gopls_init_options | Rob Watson |
2020-08-28 | #3325 - ale#path#BufferCdString now generates %s:h | w0rp |
2020-05-22 | Support revive for go files (#2933) | Paco |
2019-07-01 | Support $GO111MODULE with Go tooling | Elias Martinez Cohen |
2019-04-10 | Close #2179 - Add support for gopls | w0rp |
2019-03-12 | make `gotype` return all errors | Sander van Harmelen |
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp |
2019-02-06 | Update syntax checking | w0rp |
2019-01-05 | Add support for bingo (#2165) | Jerko Steiner |
2018-11-11 | Fix #2054 - Make golint configurable | w0rp |
2018-09-19 | Add fixer for Go modules (#1873) | Martin Tournoij |
2018-09-14 | Change PCRE escape to simple escape | Sascha Grunert |
2018-09-06 | Add golangci-lint (#1890) | Sascha Grunert |
2018-09-06 | #1891 Fix the go-langserver tests | w0rp |
2018-09-06 | Fix #1822 - support go-langserver lsp. | Horacio Sanson |
2018-09-04 | Improve ALE project style checking | w0rp |
2018-08-23 | Remove "go env" from gobuild linter | Martin Tournoij |
2018-08-16 | feat: add ale_go_govet_options variable | tyru |
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp |
2018-07-24 | #1754 Require snake_case names for linters in the codebase | w0rp |
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp |
2018-03-20 | Use govet handler for gosimple, gotype, staticcheck | Ben Paxton |
2018-03-19 | Lint whole package for gosimple and gotype | Ben Paxton |
2018-03-18 | Fix #1392 - Only check files on disk for gotype | w0rp |
2018-02-25 | Merge pull request #1351 from svanharmelen/f-issue-936 | w0rp |
2018-02-25 | Fix #1358, fix #1369 - Lint the package on save for go vet instead | John Eikenberry |
2018-02-20 | This fixes issue #936 by linting the whole package | Sander van Harmelen |
2018-02-04 | #1206 Add support for setting options for gobuild, and escape paths better | w0rp |
2018-01-07 | Go: Add gotype support (#1099) | Jelte Fennema |
2017-12-04 | Added option for `gometalinter` to lint package (#1156) | Jeff Willette |
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-11-15 | Fix #1131 - Capture both output streams for golint | w0rp |
2017-11-09 | add 'output_stream': 'stderr', let golint work | wuqiong4945 |
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 |