summaryrefslogtreecommitdiff
path: root/autoload/ale/fixers/rubocop.vim
AgeCommit message (Expand)Author
2021-09-23Fix: Failed to execute rubocop fixer on other machine (#3916)Yuto Ito
2020-08-28Close #3325 - Apply new formatting where possiblew0rp
2020-08-13Fix 1695 - Change rubocop fixer to use stdin (#3230)Horacio Sanson
2020-08-12Restore old behavior of ALEFix command for Rubocop (#3237)Nihad Abbasov
2019-08-13Move ale#handlers#ruby#EscapeExecutable to ale#ruby#EscapeExecutableEddie Lebow
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
2018-09-14Return only the unescaped executables from executable callbacksw0rp
2018-09-12Update all Ruby linters to work consistently with bundlerRyan Rosenblum
2018-09-04Improve ALE project style checkingw0rp
2017-08-10Pass extra rubocop options in the middle instead, and fix the Vader test so i...w0rp
2017-08-10Rubocop fixer now uses g:ale_ruby_rubocop_options (#841)Miguel Palhas
2017-07-06#732 - Use the configuration files when fixing files with rubocopw0rp
2017-07-06Initialize rubocop variables in one placew0rp
2017-06-25Add ruby fixer using `rubocop --auto-correct` (#689)Lynn Dylan Hurley