17 lines
276 B
YAML
17 lines
276 B
YAML
Documentation:
|
|
Enabled: false
|
|
Metrics/LineLength:
|
|
Enabled: false
|
|
Style/RedundantSelf:
|
|
Enabled: false
|
|
AllCops:
|
|
RunRailsCops: true
|
|
Include:
|
|
- '**/Gemfile'
|
|
- '**/Rakefile'
|
|
Exclude:
|
|
- 'bin/*'
|
|
- 'db/seeds.rb'
|
|
- 'db/schema.rb'
|
|
- 'vendor/bundle/**/*'
|