mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-16 17:13:01 +00:00
31 lines
502 B
YAML
31 lines
502 B
YAML
inherit_from:
|
|
- ../config/rubocop.yml
|
|
- .rubocop_todo.yml
|
|
|
|
Gemfile/MissingFeatureCategory:
|
|
Enabled: false
|
|
|
|
Naming/ClassAndModuleCamelCase:
|
|
AllowedNames:
|
|
- HTTP_V2
|
|
|
|
Style/NumericPredicate:
|
|
EnforcedStyle: comparison
|
|
|
|
Style/SpecialGlobalVars:
|
|
Enabled: false
|
|
|
|
Lint/DuplicateBranch:
|
|
Enabled: false
|
|
|
|
RSpec/MultipleMemoizedHelpers:
|
|
Enabled: false
|
|
|
|
RSpec/SpecFilePathFormat:
|
|
CustomTransform:
|
|
HTTP_V2: http_v2
|
|
|
|
Lint/BinaryOperatorWithIdenticalOperands:
|
|
Exclude:
|
|
- 'spec/**/*.rb'
|