summaryrefslogtreecommitdiff
path: root/ale_linters/go
AgeCommit message (Expand)Author
2021-11-19Add cspell Linter (#3981)David Houston
2021-07-03Change default of go_staticcheck_lint_package to 1 (#3799)Yuxuan 'fishy' Wang
2021-05-27Make staticcheck configurable with GOPATH detectionw0rp
2021-05-26Enable gopls by default with GOPATH detectionw0rp
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2021-02-03gopls: add go_gopls_init_optionsRob Watson
2020-08-28#3325 - ale#path#BufferCdString now generates %s:hw0rp
2020-05-22Support revive for go files (#2933)Paco
2019-07-01Support $GO111MODULE with Go toolingElias Martinez Cohen
2019-04-10Close #2179 - Add support for goplsw0rp
2019-03-12make `gotype` return all errorsSander van Harmelen
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-02-06Update syntax checkingw0rp
2019-01-05Add support for bingo (#2165)Jerko Steiner
2018-11-11Fix #2054 - Make golint configurablew0rp
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