mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2026-01-14 02:58:29 +00:00
12 lines
223 B
YAML
12 lines
223 B
YAML
---
|
|
inherit_from:
|
|
- '../.rubocop.yml'
|
|
|
|
InternalAffairs:
|
|
Enabled: true
|
|
|
|
# This cop only checks for directives defined in `config/default.yml`
|
|
# whic does not apply here.
|
|
InternalAffairs/UndefinedConfig:
|
|
Enabled: false
|