-
- Downloads
Merge branch 'update-rubocop' into tmp
* update-rubocop: Use stable gitlab-styles and eliminate offenses Updates from `rubocop -a` Update rubocop to get rid of a warning in other MR
Showing
- .rubocop.yml 6 additions, 0 deletions.rubocop.yml
- .rubocop_todo.yml 0 additions, 6 deletions.rubocop_todo.yml
- Gemfile 2 additions, 2 deletionsGemfile
- Gemfile.lock 6 additions, 6 deletionsGemfile.lock
- Gemfile.rails5.lock 6 additions, 6 deletionsGemfile.rails5.lock
- Rakefile 2 additions, 2 deletionsRakefile
- app/controllers/admin/deploy_keys_controller.rb 2 additions, 2 deletionsapp/controllers/admin/deploy_keys_controller.rb
- app/controllers/admin/groups_controller.rb 1 addition, 1 deletionapp/controllers/admin/groups_controller.rb
- app/controllers/admin/hooks_controller.rb 2 additions, 2 deletionsapp/controllers/admin/hooks_controller.rb
- app/controllers/admin/identities_controller.rb 1 addition, 1 deletionapp/controllers/admin/identities_controller.rb
- app/controllers/admin/impersonations_controller.rb 1 addition, 1 deletionapp/controllers/admin/impersonations_controller.rb
- app/controllers/admin/jobs_controller.rb 1 addition, 1 deletionapp/controllers/admin/jobs_controller.rb
- app/controllers/admin/runner_projects_controller.rb 1 addition, 1 deletionapp/controllers/admin/runner_projects_controller.rb
- app/controllers/admin/runners_controller.rb 1 addition, 1 deletionapp/controllers/admin/runners_controller.rb
- app/controllers/admin/services_controller.rb 1 addition, 1 deletionapp/controllers/admin/services_controller.rb
- app/controllers/admin/users_controller.rb 1 addition, 1 deletionapp/controllers/admin/users_controller.rb
- app/controllers/concerns/issuable_actions.rb 1 addition, 1 deletionapp/controllers/concerns/issuable_actions.rb
- app/controllers/concerns/lfs_request.rb 1 addition, 1 deletionapp/controllers/concerns/lfs_request.rb
- app/controllers/groups/avatars_controller.rb 1 addition, 1 deletionapp/controllers/groups/avatars_controller.rb
- app/controllers/groups/runners_controller.rb 1 addition, 1 deletionapp/controllers/groups/runners_controller.rb
Loading
| Loading
| @@ -363,9 +363,9 @@ group :development, :test do |
gem 'spring', '~> 2.0.0' | ||
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'gitlab-styles', '~> 2.3', require: false | ||
gem 'gitlab-styles', '~> 2.4', require: false | ||
# Pin these dependencies, otherwise a new rule could break the CI pipelines | ||
gem 'rubocop', '~> 0.52.1' | ||
gem 'rubocop', '~> 0.54.0' | ||
gem 'rubocop-rspec', '~> 1.22.1' | ||
gem 'scss_lint', '~> 0.56.0', require: false | ||
Loading
| Loading
|
Please register or sign in to comment