mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-21 23:43:41 +00:00
17 lines
266 B
YAML
17 lines
266 B
YAML
inherit_from:
|
|
- ../config/rubocop.yml
|
|
|
|
Gemfile/MissingFeatureCategory:
|
|
Enabled: false
|
|
|
|
Rails/Exit:
|
|
Enabled: false
|
|
|
|
# Configuration parameters: AllowSubject.
|
|
RSpec/MultipleMemoizedHelpers:
|
|
Max: 25
|
|
AllowSubject: true
|
|
|
|
Rails/RakeEnvironment:
|
|
Enabled: false
|