hitobito_lit/rubocop-must.yml

15 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/**/*