diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-10-04 13:28:01 +0200 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-10-04 13:28:01 +0200 |
commit | 961c53c2ca46e6cfdb2bcaddc0570b1e210302d2 (patch) | |
tree | dfabb807d866812eaec42da2507f57c8b1b0e823 /Gemfile | |
parent | 8c280b1c148e97263d3b8fa91b3bbf9b4c54fe5b (diff) | |
download | gitlab-ce-961c53c2ca46e6cfdb2bcaddc0570b1e210302d2.tar.gz |
Update RuboCop to 0.43.0 and update configurationrs-update-rubocop
`Style/VariableNumber` is explicitly disabled because I don't think we
care if we name a variable `var_1` or `var1`.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -295,7 +295,7 @@ group :development, :test do gem 'spring-commands-spinach', '~> 1.1.0' gem 'spring-commands-teaspoon', '~> 0.0.2' - gem 'rubocop', '~> 0.42.0', require: false + gem 'rubocop', '~> 0.43.0', require: false gem 'rubocop-rspec', '~> 1.5.0', require: false gem 'scss_lint', '~> 0.47.0', require: false gem 'haml_lint', '~> 0.18.2', require: false |