Update Rubocop config
This commit is contained in:
parent
0bb6c017f1
commit
7b039da24a
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
Gemfile
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue