thirteen-tien-len/.rubocop.yml

11 lines
169 B
YAML

AllCops:
RunRailsCops: true
Include:
- '**/Gemfile'
- '**/Rakefile'
Exclude:
- 'bin/*'
- 'db/seeds.rb'
- 'db/schema.rb'
- 'vendor/bundle/**/*'