hitobito_lit/.rubocop.yml
Philipp Rothmann 135b14c868 init
2022-12-20 16:26:37 +01:00

12 lines
183 B
YAML

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