Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-16 | Make it easier to run tests locally | w0rp | |
Certain tests could break if you ran them separately from other tests. They have been patched. `run-tests` now has a `--fast` option which runs tests with only the fastest Vim version ALE tests with, and the custom checks. | |||
2020-07-01 | Run ESLint fixer from project root, where possible (#3096) | Kevin Locke | |
* Split eslint#GetCdString from eslint#GetCommand Move the code for finding the project root and building the cd string into a separate function so that it can be reused in the eslint fixer. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> * Run ESLint fixer from project root dir To match the ESLint linter, as changed in 9ee57d43 (which I forgot to apply to the fixer, whoops). Fixes: #3094 Closes: #3095 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2019-05-17 | Fix #1989 - Use ESlint options for fixers too | w0rp | |
2019-04-07 | #2132 - Replace command_chain and chain_with with ale#command#Run | w0rp | |
2018-09-17 | Handle failing to connect to eslint_d | w0rp | |
2017-12-19 | Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0 | w0rp | |
instead. | |||
2017-11-29 | Fix #1178 - Don't use the output from eslint_d for fixing files when the ↵ | w0rp | |
output is an error message | |||
2017-11-22 | Fix #988 - Support --fix-dry-run for ESLint by processing the JSON output | w0rp | |
2017-11-22 | Fix the eslint_d fixer tests for Windows | w0rp | |
2017-11-22 | #988 Take --fix-dry-run away again, because it is dumb | w0rp | |
2017-11-22 | Fix #988 - Support --fix-dry-run for ESLint where available, and ↵ | w0rp | |
--fix-to-stdout for eslint_d | |||
2017-10-01 | Get fixer tests to work on Windows | w0rp | |
2017-09-24 | There seems to be a bug in eslint that causes the `--config` option to | Ray Zane | |
not detect node_modules correctly. The `-c` option, however, works fine. | |||
2017-09-12 | Fix #923 Use package.json as a last resort for eslint --fix | w0rp | |
2017-09-11 | Fix #922 - Prefer nearer ESLint configuration files with lower precedence ↵ | w0rp | |
filenames for eslint --fix | |||
2017-08-31 | Fix #895 - Run Node.js scripts with node.exe instead of node on Windows | w0rp | |
2017-07-18 | Fix #775 - Run eslint.js via node on Windows for eslint --fix | w0rp | |