.rubocop.yml
AllCops:
NewCops: enable
Exclude:
- vendor/**/*
Metrics:
Enabled: false
Layout/LineLength:
Max: 256
Enabled: false
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
inherit_from: .rubocop_todo.yml
require:
- rubocop-capybara
- rubocop-rake
- rubocop-rspec