From 7b039da24abbe846cfb27757c5f66e7916229280 Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Thu, 12 May 2016 04:04:17 +0200 Subject: [PATCH] Update Rubocop config --- .rubocop.yml | 4 +++- Gemfile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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