summaryrefslogtreecommitdiff
path: root/doc/ale-development.txt
AgeCommit message (Collapse)Author
2020-08-27Mention --fast, and document running Windows tests locallyw0rp
2019-08-13Update test docs and output for linter tables checkedEddie 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-17Fix #1989 - Use ESlint options for fixers toow0rp
2019-05-16Update the Dockerfile with newer Vim versionsw0rp
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-01-08Add briefer help tags for ALE development documentationw0rp
2018-10-31Add a `lsp_config_callback` linter optionJon 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-27Add solargraph LSP linter.Horacio Sanson
2018-07-27Mention v:t_TYPE variables in the developer documentationw0rp
2018-07-24Update the developer documentationw0rp
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-07-12Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIRw0rp
2018-07-01Fix a false positive linting issuew0rp
2018-07-01Close #1685 - Move developer documentation to a help filew0rp
2018-06-28Move design goals to online documentationw0rp