Update Rubocop config

This commit is contained in:
Dennis Schubert 2016-05-12 04:04:17 +02:00 committed by Jonne Haß
parent 0bb6c017f1
commit 7b039da24a
No known key found for this signature in database
GPG key ID: F347E0EB47AC70D6
2 changed files with 4 additions and 2 deletions

View file

@ -1,9 +1,11 @@
AllCops: AllCops:
RunRailsCops: true
Exclude: Exclude:
- "bin/**/*" - "bin/**/*"
- "db/schema.rb" - "db/schema.rb"
Rails:
Enabled: true
# Commonly used screens these days easily fit more than 80 characters. # Commonly used screens these days easily fit more than 80 characters.
Metrics/LineLength: Metrics/LineLength:
Max: 120 Max: 120

View file

@ -262,7 +262,7 @@ group :test do
# Cucumber (integration tests) # Cucumber (integration tests)
gem "capybara", "2.7.1" gem "capybara", "2.7.1"
gem "database_cleaner" , "1.5.3" gem "database_cleaner", "1.5.3"
gem "selenium-webdriver", "2.47.1" gem "selenium-webdriver", "2.47.1"
# General helpers # General helpers