summaryrefslogtreecommitdiff
path: root/test/fixers/test_standard_fixer_callback.vader
AgeCommit message (Collapse)Author
2020-03-12Fix 2816 - Standard fix does not work.Horacio Sanson
The standard linter --fix fails if the file being input is not relative to the project root (https://github.com/standard/standard/issues/1384). This MR attempts to fix this by changing the command so the input file is relative to the project root and the output is to a temporary file. Preliminary tests with toy javascript projects seem to indicate this works fine.
2018-12-18Close #2152 - Use ale_javascript_standard_options for fixing files toow0rp
2017-12-19Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0w0rp
instead.
2017-10-01Get fixer tests to work on Windowsw0rp
2017-08-31Fix #895 - Run Node.js scripts with node.exe instead of node on Windowsw0rp
2017-07-21added tests for Standard.jsSumner Evans