11 lines
169 B
YAML
11 lines
169 B
YAML
AllCops:
|
|
RunRailsCops: true
|
|
Include:
|
|
- '**/Gemfile'
|
|
- '**/Rakefile'
|
|
Exclude:
|
|
- 'bin/*'
|
|
- 'db/seeds.rb'
|
|
- 'db/schema.rb'
|
|
- 'vendor/bundle/**/*'
|