12 lines
183 B
YAML
12 lines
183 B
YAML
inherit_from: ../hitobito/.rubocop.yml
|
|
|
|
AllCops:
|
|
Exclude:
|
|
- Rakefile
|
|
- Gemfile
|
|
- db/**/*
|
|
- config/**/*
|
|
- bin/**/*
|
|
- tmp/**/*
|
|
- spec/**/*
|
|
- test/**/*
|