Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-01 | Support $GO111MODULE with Go tooling | Elias Martinez Cohen | |
Allows the user to override $GO111MODULE environment variable through ale options. This gives control over the default behavior of Go module resolution. Golang documentation: https://github.com/golang/go/wiki/Modules#how-to-use-modules Add `ale#Go#EnvString()` function to make it easy to add similar Go environment variables in the future. Use the new `EnvString` function in all available Go tools callbacks & update tests Also add test of linter command callback for `gofmt` | |||
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp | |
2018-03-20 | Use govet handler for gosimple, gotype, staticcheck | Ben Paxton | |
2018-02-20 | This fixes issue #936 by linting the whole package | Sander van Harmelen | |
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-04-24 | Break shared handlers up into their own files, and fix stylelint error handling | w0rp | |
2017-03-30 | Add support for gosimple and staticcheck | Ben Reedy | |