Skip to content

Replace rubocop/rubocop-rspec with gitlab-styles

Takuya Noguchi requested to merge 9-gitlab-styles-6.2.0 into master

Replaces rubocop/rubocop-rspec with gitlab-styles after !65 (merged).

  • Changes to load rubocop and rubocop-rspec via gitlab-styles 6.2.0 without no revision update on either Gem (as of this MR).
  • Introduces cops from rubocop-gitlab-security, rubocop-performance, rubocop-rails Gems and their default configurations via gitlab-styles.
  • Replaces only in-project RuboCop configurations duplicated with ones from gitlab-styles 6.2.0.
  • Updates .rubocop_todo.yml by rubocop --auto-gen-config.
  • Does not change any Ruby code (except for the gem DSL gitlab-labkit.gemspec)

Blocked by !67 (merged)

Closes #9 (closed)

Edited by Takuya Noguchi

Merge request reports