summaryrefslogtreecommitdiff
path: root/ale_linters/go
AgeCommit message (Expand)Author
2018-09-19Add fixer for Go modules (#1873)Martin Tournoij
2018-09-14Change PCRE escape to simple escapeSascha Grunert
2018-09-06Add golangci-lint (#1890)Sascha Grunert
2018-09-06#1891 Fix the go-langserver testsw0rp
2018-09-06Fix #1822 - support go-langserver lsp.Horacio Sanson
2018-09-04Improve ALE project style checkingw0rp
2018-08-23Remove "go env" from gobuild linterMartin Tournoij
2018-08-16feat: add ale_go_govet_options variabletyru
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-07-24#1754 Require snake_case names for linters in the codebasew0rp
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
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