Files
ch420/.rubocop.yml
T

15 lines
225 B
YAML
Raw Normal View History

2015-10-02 22:03:51 +02:00
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