diff options
author | connorshea <connor.james.shea@gmail.com> | 2016-03-20 20:49:12 -0600 |
---|---|---|
committer | connorshea <connor.james.shea@gmail.com> | 2016-03-20 20:49:12 -0600 |
commit | 6274136c9aa45888406a8ad67ccc357d53fe5926 (patch) | |
tree | 76db1bfc411bfd1a8c4bab71aa2f2f606e15fda0 /Gemfile | |
parent | d19abe6f65fdf79060b233ac7df742897a8fb55e (diff) | |
download | gitlab-ce-6274136c9aa45888406a8ad67ccc357d53fe5926.tar.gz |
Update Rubocop from 0.35.1 to 0.38.0.
Discussed in #14233.
See [their releases](https://github.com/bbatsov/rubocop/releases) for
more info.
Changes:
- Enable DisplayCopNames for lint output.
- Default behavior for `Alias` changed, set to enforce `prefer_alias_method`.
- Enabling Rails cops changed to new syntax.
- Remove StyleGuides and move Descriptions to comments.
- Add missing cops.
- Add TODOs for cops that should be enabled in the future.
- Set TargetRubyVersion to 2.1.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ group :development, :test do gem 'spring-commands-spinach', '~> 1.0.0' gem 'spring-commands-teaspoon', '~> 0.0.2' - gem 'rubocop', '~> 0.35.0', require: false + gem 'rubocop', '~> 0.38.0', require: false gem 'scss_lint', '~> 0.47.0', require: false gem 'coveralls', '~> 0.8.2', require: false gem 'simplecov', '~> 0.10.0', require: false |