Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-13 | Correct copied typo in doc/ale-ruby | Eddie Lebow | |
2019-08-13 | debride: Add debride linter (closes #2471) | Eddie Lebow | |
2019-07-13 | Add Sorbet ruby linter and fixer (#2614) | Matthew Lanigan | |
2018-12-10 | Adds 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-19 | Fix typo in Solargraph documentation | Eddie Lebow | |
2018-09-18 | Solargraph stdio | Devon Meunier | |
2018-09-12 | Update all Ruby linters to work consistently with bundler | Ryan Rosenblum | |
2018-08-27 | Add solargraph LSP linter. | Horacio Sanson | |
2018-03-11 | Add rufo fixer for ruby files | Hayato Kawai | |
2017-11-28 | Fix #1168 - Make the ruby linter executable configurable | w0rp | |
2017-07-12 | Add 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-08 | Use equal signs for language documentation sections | w0rp | |
2017-05-16 | Allow 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-27 | Add tags for buffer-local variants of each linter option | Adriaan Zonnenberg | |
2017-04-20 | Add the Reek checker for Ruby. (#490) | Eddie Lebow | |
Add the Reek checker for Ruby. | |||
2017-03-28 | Move linter documentation into separate files | w0rp | |