ale/ale_linters/ruby
Eddie Lebow ab0e76dbd5 Use rubocop's JSON output format (resolves #339) (#738)
* Use rubocop's JSON output format (resolves #339)

Rubocop's emacs formatter seems to have changed format in some
not-so-ancient version. The JSON formatter should provide a more stable
interface than parsing lines with a regex.

The JSON formatter was introduced in mid-2013, so it should be safe to
assume available in any reasonably-modern environment. The oldest
currently-supported version of ruby (according to ruby-lang.org) was
not supported by rubocop until 2014.

* Rubocop: Use global function for GetType

* Rubocop: Use scope prefix in GetType

* Rubocop: Update command_callback test

* Rubocop: add end_col to Handle
2017-07-09 15:48:04 +01:00
..
brakeman.vim Fix brakeman handler when there is no output 2017-07-01 11:18:21 -03:00
reek.vim Add the Reek checker for Ruby. (#490) 2017-04-20 07:37:08 +01:00
rubocop.vim Use rubocop's JSON output format (resolves #339) (#738) 2017-07-09 15:48:04 +01:00
ruby.vim Add erb linter (#497) 2017-04-25 18:38:02 +01:00