summaryrefslogtreecommitdiff
path: root/ale_linters/go
AgeCommit message (Expand)Author
2018-03-20Use govet handler for gosimple, gotype, staticcheckBen Paxton
2018-03-19Lint whole package for gosimple and gotypeBen Paxton
2018-03-18Fix #1392 - Only check files on disk for gotypew0rp
2018-02-25Merge pull request #1351 from svanharmelen/f-issue-936w0rp
2018-02-25Fix #1358, fix #1369 - Lint the package on save for go vet insteadJohn Eikenberry
2018-02-20This fixes issue #936 by linting the whole packageSander van Harmelen
2018-02-04#1206 Add support for setting options for gobuild, and escape paths betterw0rp
2018-01-07Go: Add gotype support (#1099)Jelte Fennema
2017-12-04Added option for `gometalinter` to lint package (#1156)Jeff Willette
2017-11-20Added filename key for `go build` linterJeff Willette
2017-11-20Revert "Show problems from other files for gobuild and gometalinter"w0rp
2017-11-15Show problems from other files for gobuild and gometalinterJeff Willette
2017-11-15Fix #1131 - Capture both output streams for golintw0rp
2017-11-09add 'output_stream': 'stderr', let golint workwuqiong4945
2017-10-31Fix #936 - Check the actual files for gosimple and staticcheckw0rp
2017-09-12Fix #921 - Capture both output streams for gosimple and staticcheckw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-07-12Fixup #756Sander van Harmelen
2017-07-11#756 Escape the paths used for the --include parameter for gometalinter, whic...w0rp
2017-07-11Make gometalinter work againSander van Harmelen
2017-07-07Make the executable for gometalinter configurablew0rp
2017-06-06Complain about incorrect uses of expand('%...')w0rp
2017-05-20Improve performance when using gometalinter (#566)Sander van Harmelen
2017-05-15Fix #553 - Filter out errors from other files for gometalinterw0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-05-06go build: skip not current buffer (#531)Alexandr
2017-04-29Fix #518 Fix handling of spaces in filenames for various lintersw0rp
2017-04-24Break shared handlers up into their own files, and fix stylelint error handlingw0rp
2017-04-24Simplify some code and format some tests betterw0rp
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-04-15Merge pull request #471 from breed808/gometalinterw0rp
2017-04-15Use g:ale_linters for turning gometalinter on, and update documentation as ap...w0rp
2017-04-15Make code more consistentw0rp
2017-04-13Add gometalinter for go filesBen Reedy
2017-04-13Fix gobuild linterBen Reedy
2017-04-12Make `go build` linter check files on disk (#465)Ben R
2017-03-30Add support for gosimple and staticcheckBen Reedy
2017-03-04#384 Try and stop stupid errors coming from the gobuild functionsw0rp
2017-02-26Copy all loclist items returned from handlers, and set up defaults for conven...w0rp
2017-02-11Replace every stdin-wrapper script with the new %t formatting supportw0rp
2017-02-07try fixing go build (#297)Joshua Rubin
2016-12-23Redirect go build output to /dev/nullHeyward Fann
2016-12-22add go build for build errors (#180)dzhou121
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-11Introduce generic unix formatterBjorn Neergaard
2016-10-11Introduce golang supportBjorn Neergaard