sms-pager/.rubocop.yml
2015-09-20 22:30:44 -05:00

40 lines
566 B
YAML

AllCops:
Exclude:
- db/schema.rb
- db/seeds.rb
- bin/**/*
Style/StringLiterals:
Enabled: false
Style/Documentation:
Enabled: false
Style/MethodDefParentheses:
Enabled: false
Style/IndentationConsistency:
EnforcedStyle: rails
Metrics/LineLength:
Max: 95
Metrics/MethodLength:
Exclude:
- db/migrate/*
Metrics/LineLength:
Exclude:
- Rakefile
- config/**/*
- lib/tasks/**/*
- test/test_helper.rb
Metrics/AbcSize:
Exclude:
- db/migrate/**/*
Style/ClassAndModuleChildren:
Exclude:
- test/test_helper.rb