summaryrefslogtreecommitdiff
path: root/doc/ale-development.txt
AgeCommit message (Collapse)Author
2021-09-16Update ALE test docs to mention NVim 0.5 (#3904)Horacio Sanson
2021-03-21#3633 - Move linter tests into test/linterw0rp
2021-03-20#3633 - Put all dummy test files in test/test-filesw0rp
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
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-27Remove last traces of Travis CIw0rp
* 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-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