Merge branch 'update-rubocop' into 'master'
Update rubocop to 0.41.2 Adds a couple of cops to the TODO files, but I wanted [a specific cop](https://github.com/bbatsov/rubocop/pull/3135/files) which just had about 65 offences, so Ill do that later. See merge request !4999
Showing
This diff is collapsed.
.rubocop_todo.yml
0 → 100644
This diff is collapsed.
... | ... | @@ -299,7 +299,7 @@ group :development, :test do |
gem 'spring-commands-spinach', '~> 1.1.0' | ||
gem 'spring-commands-teaspoon', '~> 0.0.2' | ||
gem 'rubocop', '~> 0.40.0', require: false | ||
gem 'rubocop', '~> 0.41.2', require: false | ||
gem 'rubocop-rspec', '~> 1.5.0', require: false | ||
gem 'scss_lint', '~> 0.47.0', require: false | ||
gem 'simplecov', '~> 0.11.0', require: false | ||
... | ... |
Please register or sign in to comment