Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |