Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-12 | Fix 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-18 | Close #2152 - Use ale_javascript_standard_options for fixing files too | w0rp | |
2017-12-19 | Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0 | w0rp | |
instead. | |||
2017-10-01 | Get fixer tests to work on Windows | w0rp | |
2017-08-31 | Fix #895 - Run Node.js scripts with node.exe instead of node on Windows | w0rp | |
2017-07-21 | added tests for Standard.js | Sumner Evans | |