hitobito_lit/.rubocop.yml

13 lines
183 B
YAML
Raw Permalink Normal View History

2022-12-20 16:26:37 +01:00
inherit_from: ../hitobito/.rubocop.yml
AllCops:
Exclude:
- Rakefile
- Gemfile
- db/**/*
- config/**/*
- bin/**/*
- tmp/**/*
- spec/**/*
- test/**/*