Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-28 | Close #3325 - Apply new formatting where possible | w0rp | |
2018-07-15 | Massively reduce the amount of code needed for linter tests | 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-05 | Get more command callback tests to pass on Windows | w0rp | |
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-09 | Use rubocop's JSON output format (resolves #339) (#738) | Eddie Lebow | |
* Use rubocop's JSON output format (resolves #339) Rubocop's emacs formatter seems to have changed format in some not-so-ancient version. The JSON formatter should provide a more stable interface than parsing lines with a regex. The JSON formatter was introduced in mid-2013, so it should be safe to assume available in any reasonably-modern environment. The oldest currently-supported version of ruby (according to ruby-lang.org) was not supported by rubocop until 2014. * Rubocop: Use global function for GetType * Rubocop: Use scope prefix in GetType * Rubocop: Update command_callback test * Rubocop: add end_col to Handle | |||
2017-05-17 | Escape executable | Devon Meunier | |
2017-05-16 | Allow overriding rubocop executable. | Devon Meunier | |