summaryrefslogtreecommitdiff
path: root/test/fixers/test_rubocop_fixer_callback.vader
AgeCommit message (Collapse)Author
2021-09-23Fix: Failed to execute rubocop fixer on other machine (#3916)Yuto Ito
2021-03-21#3633 - Move linter tests into test/linterw0rp
2021-03-20#3633 - Put all dummy test files in test/test-filesw0rp
2020-08-28Close #3325 - Apply new formatting where possiblew0rp
2020-08-13Fix 1695 - Change rubocop fixer to use stdin (#3230)Horacio Sanson
* Fix 1695 - Change rubocop fixer to use stdin * Update test_rubocop_fixer_callback.vader Co-authored-by: Horacio Sanson <horacio@allm.inc> Co-authored-by: w0rp <w0rp@users.noreply.github.com>
2020-08-12Restore old behavior of ALEFix command for Rubocop (#3237)Nihad Abbasov
* Restore old behavior of ALEFix command for Rubocop Since RuboCop 0.60 ALEFix command stopped to fix all found offenses. This change restores the previous behavior by allowing rubocop to fix all detected offenses. * Fix tests * Allow to configure auto-correct option for Rubocop
2018-10-31Use correct exclusion flag in rubocop fixerMax Hung
2018-10-26fix missing (s) on rubocop exclusion flagJustin Powell
2018-10-26closes #1580 add force exclusion to rubocop fixerJustin Powell
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-10Pass extra rubocop options in the middle instead, and fix the Vader test so ↵w0rp
it can be run multiple times in Vim
2017-08-10Rubocop fixer now uses g:ale_ruby_rubocop_options (#841)Miguel Palhas
* Rubocop fixer now uses g:ale_ruby_rubocop_options * Adds spec
2017-07-09Make 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 rubocopw0rp
2017-06-25Add ruby fixer using `rubocop --auto-correct` (#689)Lynn Dylan Hurley
* add ruby fixer for `rubocop --auto-correct`