Files
gitlabhq/gems/gitlab-http/.rubocop.yml

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'