2016-07-26 13:50:35 -05:00
|
|
|
AllCops:
|
|
|
|
Exclude:
|
|
|
|
- db/schema.rb
|
|
|
|
- db/seeds.rb
|
|
|
|
- bin/**/*
|
2016-07-28 12:53:35 -05:00
|
|
|
- vendor/assets/**/*
|
2016-07-26 13:50:35 -05:00
|
|
|
|
2016-07-28 09:37:46 -05:00
|
|
|
Style/AndOr:
|
|
|
|
Enabled: false
|
|
|
|
|
2016-07-26 13:50:35 -05:00
|
|
|
Style/ClassAndModuleChildren:
|
|
|
|
Exclude:
|
|
|
|
- test/test_helper.rb
|
|
|
|
|
|
|
|
Style/Documentation:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
Style/EmptyLines:
|
|
|
|
Exclude:
|
|
|
|
- config/initializers/sorcery.rb
|
|
|
|
|
|
|
|
Style/ExtraSpacing:
|
|
|
|
Exclude:
|
|
|
|
- db/migrate/**/*
|
|
|
|
|
|
|
|
Style/IndentationConsistency:
|
|
|
|
EnforcedStyle: rails
|
|
|
|
|
|
|
|
Style/MethodDefParentheses:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
Style/SpaceBeforeFirstArg:
|
|
|
|
Exclude:
|
|
|
|
- config/routes.rb
|
|
|
|
|
|
|
|
Style/StringLiterals:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
Metrics/AbcSize:
|
|
|
|
Exclude:
|
|
|
|
- db/migrate/**/*
|
|
|
|
|
|
|
|
Metrics/LineLength:
|
|
|
|
Max: 110
|
|
|
|
Exclude:
|
|
|
|
- Rakefile
|
|
|
|
- config/**/*
|
|
|
|
- lib/tasks/**/*
|
|
|
|
- test/test_helper.rb
|
|
|
|
|
|
|
|
Metrics/MethodLength:
|
|
|
|
Exclude:
|
|
|
|
- db/migrate/*
|