Use gitlab-styles
Signed-off-by: Rémy Coutable <remy@rymai.me>
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
... | ... | @@ -334,9 +334,11 @@ group :development, :test do |
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'spring-commands-spinach', '~> 1.1.0' | ||
gem 'rubocop', '~> 0.49.1', require: false | ||
gem 'rubocop-rspec', '~> 1.15.1', require: false | ||
gem 'rubocop-gitlab-security', '~> 0.1.0', require: false | ||
gem 'gitlab-styles', '~> 2.2.0', require: false | ||
# Pin these dependencies, otherwise a new rule could break the CI pipelines | ||
gem 'rubocop', '~> 0.52.0' | ||
gem 'rubocop-rspec', '~> 1.20.1' | ||
gem 'scss_lint', '~> 0.54.0', require: false | ||
gem 'haml_lint', '~> 0.26.0', require: false | ||
gem 'simplecov', '~> 0.14.0', require: false | ||
... | ... |
rubocop/cop/custom_error_class.rb
deleted
100644 → 0
rubocop/cop/gem_fetcher.rb
deleted
100644 → 0
rubocop/cop/in_batches.rb
deleted
100644 → 0
rubocop/cop/redirect_with_status.rb
deleted
100644 → 0
rubocop/model_helpers.rb
deleted
100644 → 0
spec/rubocop/cop/gem_fetcher_spec.rb
deleted
100644 → 0
spec/rubocop/cop/in_batches_spec.rb
deleted
100644 → 0
Please
register
or
sign in
to comment