Files
gitlabhq/.rubocop/internal_affairs.yml
2025-03-14 12:13:03 +00:00

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