Age | Commit message (Expand) | Author |
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 |
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 |