Files
ch420/.rubocop.yml
T

17 lines
259 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
Documentation:
Enabled: false
LineLength:
Enabled: true
Max: 160
AbcSize:
Enabled: false