diff --git a/.rubocop.yml b/.rubocop.yml index 8cced7682..2ee483e70 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,9 +1,11 @@ AllCops: - RunRailsCops: true Exclude: - "bin/**/*" - "db/schema.rb" +Rails: + Enabled: true + # Commonly used screens these days easily fit more than 80 characters. Metrics/LineLength: Max: 120 diff --git a/Gemfile b/Gemfile index 777c25c45..697f6748e 100644 --- a/Gemfile +++ b/Gemfile @@ -262,7 +262,7 @@ group :test do # Cucumber (integration tests) gem "capybara", "2.7.1" - gem "database_cleaner" , "1.5.3" + gem "database_cleaner", "1.5.3" gem "selenium-webdriver", "2.47.1" # General helpers