summaryrefslogtreecommitdiff
path: root/ale_linters/ruby/rails_best_practices.vim
AgeCommit message (Expand)Author
2018-09-14Return only the unescaped executables from executable callbacksw0rp
2018-09-12Update all Ruby linters to work consistently with bundlerRyan Rosenblum
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-07-27#810 - Handle output which is not JSON in many lintersw0rp
2017-07-12Add rails_best_practices handler (resolves #655) (#751)Eddie Lebow