summaryrefslogtreecommitdiff
path: root/doc/ale-ruby.txt
AgeCommit message (Collapse)Author
2018-12-10Adds standardrb linter (#2133)Justin Searls
See: https://github.com/testdouble/standard StandardRB is to RuboCop what StandardJS is to ESLint. This commit naively copies the RuboCop linter and fixer to point at the standardrb executable. Any other adjustments are very minor (the only I can think of is that standardrb takes a `--fix` option instead of `--auto-correct`). This raises a confusing point to me as both developer and a user: since ale enables all linters by default, won't this run both RuboCop and StandardRB (the results of which will almost always be in conflict with one another)? How does ale already solve for this for the similar case of StandardJS and ESLint?
2018-09-19Fix typo in Solargraph documentationEddie Lebow
2018-09-18Solargraph stdioDevon Meunier
2018-09-12Update all Ruby linters to work consistently with bundlerRyan Rosenblum
2018-08-27Add solargraph LSP linter.Horacio Sanson
2018-03-11Add rufo fixer for ruby filesHayato Kawai
2017-11-28Fix #1168 - Make the ruby linter executable configurablew0rp
2017-07-12Add rails_best_practices handler (resolves #655) (#751)Eddie Lebow
* Move FindRailsRoot() to more general location * Add rails_best_practices handler (resolves #655) * Update documentation for rails_best_practices Also add brakeman to *ale* documentation. * rails_best_practices: allow overriding the executable * rails_best_practices: format help correctly * rails_best_practices: capture tool output on Windows
2017-07-08Use equal signs for language documentation sectionsw0rp
2017-05-16Allow overriding rubocop executable.Devon Meunier
2017-05-05[RFC] Add Brakeman for Ruby on Rails (references #385) (#509)Eddie Lebow
* Add brakeman for Ruby on Rails
2017-04-27Add tags for buffer-local variants of each linter optionAdriaan Zonnenberg
2017-04-20Add the Reek checker for Ruby. (#490)Eddie Lebow
Add the Reek checker for Ruby.
2017-03-28Move linter documentation into separate filesw0rp