Files
ch420/.rubocop.yml
T
2017-03-28 00:37:39 +02:00

19 lines
346 B
YAML

AllCops:
Include:
- Rakefile
- config.ru
Exclude:
- bin/**
- config/**/*
- spec/**/*
- spec/dummy/config/initializers/secret_token.rb
- lib/mail_chimp_batch_update.rb
Documentation:
Enabled: false
LineLength:
Enabled: true
Max: 160
AbcSize:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false