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

14 lines
241 B
YAML

# Rubocop configuration that MUST hold for every build.
inherit_from: ../hitobito/rubocop-must.yml
AllCops:
Exclude:
- db/**/*
- config/**/*
- bin/**/*
- spec/**/*
- test/**/*
- tmp/**/*
- vendor/bundle/**/*