Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-21 | #3633 - Move linter tests into test/linter | w0rp | |
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. | |||
2021-01-27 | Remove last traces of Travis CI | w0rp | |
* The build status badge is now for GitHub Actions. * The documentation now mentions GitHub instead. * Warnings in the YAML file have been fixed or ignored. | |||
2020-08-27 | Mention --fast, and document running Windows tests locally | w0rp | |
2019-08-13 | Update test docs and output for linter tables checked | Eddie Lebow | |
This makes some of the run-test output less misleading. Also fix a minor shellcheck issue: "\*" and "\\*" are equivalent, but the second one makes clear that the literal backslash is intentional. | |||
2019-05-17 | Fix #1989 - Use ESlint options for fixers too | w0rp | |
2019-05-16 | Update the Dockerfile with newer Vim versions | w0rp | |
2019-04-07 | #2132 - Replace command_chain and chain_with with ale#command#Run | w0rp | |
2019-01-08 | Add briefer help tags for ALE development documentation | w0rp | |
2018-10-31 | Add a `lsp_config_callback` linter option | Jon Parise | |
This is the callback-based variant of the existing `lsp_config` linter option. It serves the same purpose but can be used when more complicated processing is needed. `lsp_config` and `lsp_config_callback` are mutually exclusive options; if both an given, a linter preprocessing error will be raised. The runtime logic has been wrapped in `ale#lsp_linter#GetConfig` for convenience, similar to `ale#lsp_linter#GetOptions`. This also adds documentation and an `AssertLSPConfig` test function for completeness. | |||
2018-08-27 | Add solargraph LSP linter. | Horacio Sanson | |
2018-07-27 | Mention v:t_TYPE variables in the developer documentation | w0rp | |
2018-07-24 | Update the developer documentation | w0rp | |
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2018-07-12 | Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR | w0rp | |
2018-07-01 | Fix a false positive linting issue | w0rp | |
2018-07-01 | Close #1685 - Move developer documentation to a help file | w0rp | |
2018-06-28 | Move design goals to online documentation | w0rp | |