Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-20 | #3633 - Put all dummy test files in test/test-files | w0rp | |
2021-03-01 | Close #2281 - Separate cwd commands from commands | w0rp | |
Working directories are now set seperately from the commands so they can later be swapped out when running linters over projects is supported, and also better support filename mapping for running linters on other machines in future. | |||
2020-08-28 | #3325 - ale#path#BufferCdString now generates %s:h | w0rp | |
2019-08-02 | Fix #2668 - Set g:ale_go_go111module | w0rp | |
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` | |||
2018-10-23 | ale#path#CdString include ale#Escape | paihu | |
2018-10-22 | fix testcase | paihu | |
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2018-03-19 | Lint whole package for gosimple and gotype | Ben Paxton | |
Fixes #936 |