Files
ch420/.rubocop.yml
T
2015-10-02 22:03:51 +02:00

15 lines
225 B
YAML

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