Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10 | Pass extra rubocop options in the middle instead, and fix the Vader test so ↵ | w0rp | |
it can be run multiple times in Vim | |||
2017-08-10 | Rubocop fixer now uses g:ale_ruby_rubocop_options (#841) | Miguel Palhas | |
* Rubocop fixer now uses g:ale_ruby_rubocop_options * Adds spec | |||
2017-07-09 | Make every test set filenames and switch directories in the same way, and ↵ | w0rp | |
fix some missing escaping for the rubocop linter | |||
2017-07-06 | #732 - Use the configuration files when fixing files with rubocop | w0rp | |
2017-06-25 | Add ruby fixer using `rubocop --auto-correct` (#689) | Lynn Dylan Hurley | |
* add ruby fixer for `rubocop --auto-correct` |