hitobito_lit/.rubocop.yml

13 lines
183 B
YAML

inherit_from: ../hitobito/.rubocop.yml
AllCops:
Exclude:
- Rakefile
- Gemfile
- db/**/*
- config/**/*
- bin/**/*
- tmp/**/*
- spec/**/*
- test/**/*