14 lines
241 B
YAML
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/**/*
|