Files
ch420/.rubocop.yml
T

19 lines
346 B
YAML
Raw Normal View History

2015-10-02 22:03:51 +02:00
AllCops:
Include:
- Rakefile
- config.ru
Exclude:
- bin/**
2017-03-12 10:21:17 +01:00
- config/**/*
- spec/**/*
2015-10-02 22:03:51 +02:00
- spec/dummy/config/initializers/secret_token.rb
2017-03-28 00:06:53 +02:00
- lib/mail_chimp_batch_update.rb
2015-10-02 22:03:51 +02:00
Documentation:
Enabled: false
LineLength:
Enabled: true
Max: 160
AbcSize:
Enabled: false
2017-03-28 00:37:39 +02:00
Style/FrozenStringLiteralComment:
Enabled: false