hitobito_lit/rubocop-must.yml

15 lines
241 B
YAML
Raw Normal View History

2022-12-20 16:26:37 +01:00
# Rubocop configuration that MUST hold for every build.
inherit_from: ../hitobito/rubocop-must.yml
AllCops:
Exclude:
- db/**/*
- config/**/*
- bin/**/*
- spec/**/*
- test/**/*
- tmp/**/*
- vendor/bundle/**/*