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:
|
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
|
||||||
|
|
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue