Fix rubocop tests

Activate rubocop gems for the test group so that our custom cops can be tested.
pull/10796/head
Christophe Bliard 3 years ago
parent b50855a955
commit fecaea0d42
No known key found for this signature in database
GPG Key ID: 2BC07603210C3FA4
  1. 9
      Gemfile

@ -265,10 +265,6 @@ group :development do
gem 'spring'
gem 'spring-commands-rspec'
gem 'rubocop'
gem 'rubocop-rails'
gem 'rubocop-rspec'
# Gems for living styleguide
gem 'livingstyleguide', '~> 2.1.0'
gem 'sassc-rails'
@ -292,6 +288,11 @@ group :development, :test do
gem 'pry-rescue', '~> 1.5.2'
gem 'pry-stack_explorer', '~> 0.6.0'
# ruby linting
gem 'rubocop'
gem 'rubocop-rails'
gem 'rubocop-rspec'
# git hooks manager
gem 'lefthook'

Loading…
Cancel
Save