summaryrefslogtreecommitdiff
path: root/ale_linters/ruby
AgeCommit message (Expand)Author
2017-09-13Report problems in other files for brakeman, and get the tests to pass on Win...w0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-08-02Rubocop: Show cop nameJunegunn Choi
2017-07-27#810 - Handle output which is not JSON in many lintersw0rp
2017-07-26#810 Ignore output which isn't JSON for brakemanw0rp
2017-07-13#769 Ignore stderr output and output without JSON we can read for rubocopw0rp
2017-07-12Rubocop: handle empty 'files' array in outputEddie Lebow
2017-07-12Fix #760 - Report problems with configuration files for rubocopw0rp
2017-07-12Add rails_best_practices handler (resolves #655) (#751)Eddie Lebow
2017-07-09Make every test set filenames and switch directories in the same way, and fix...w0rp
2017-07-09Fix some indentationw0rp
2017-07-09Simplify ale_linters#ruby#rubocop#GetTypew0rp
2017-07-09Use rubocop's JSON output format (resolves #339) (#738)Eddie Lebow
2017-07-06Initialize rubocop variables in one placew0rp
2017-07-01Fix brakeman handler when there is no outputGabriel Sobrinho
2017-06-21Fix some escaping and make some tests set filenames consistentlyw0rp
2017-05-18Clean up the rubocop file a littlew0rp
2017-05-17Escape executableDevon Meunier
2017-05-16Allow overriding rubocop executable.Devon Meunier
2017-05-05[RFC] Add Brakeman for Ruby on Rails (references #385) (#509)Eddie Lebow
2017-04-25Add erb linter (#497)Matthias Günther
2017-04-20Add the Reek checker for Ruby. (#490)Eddie Lebow
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-04-15Make code more consistentw0rp
2017-04-08Add Ruby MRI linter (#453)Brandon Roehl
2017-03-30Remove 'col' from linters where it is hardcoded to 1 (#434)Adriaan Zonnenberg
2017-03-27Adjust rubocop error levelsGabriel Holodak
2017-02-26Copy all loclist items returned from handlers, and set up defaults for conven...w0rp
2017-02-06Update comments for RuboCop patternChayoung You
2017-02-05Take the rubocop filename from the buffer number given to the functionw0rp
2017-02-03Fix Rubocop filename handlingDerek Prior
2017-01-27Enable Rubocop to exclude files based on configDerek Prior
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ...w0rp
2017-01-12Fix #175 - Fix the error types for rubocopw0rp
2016-12-01Add options variable for ruby-rubocopPo Shan Cheah
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-11Use explicit scope in all ale_lintersBjorn Neergaard
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard
2016-10-04Add comment headers to ale_lintersPrashanth Chandra
2016-09-16I accidentally credited the wrong guy. Let's fix that.w0rp
2016-09-15Credit fijshion for his work in the files, and make the new linters work agai...w0rp
2016-09-15FIXED commentsynonp
2016-09-15ADD rubocop linterynonp