Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.rubocop.yml « gitlab-http « gems - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8bc6b6a4cfbedea1c2b6afc72646cf916b29a112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
inherit_from:
  - ../config/rubocop.yml

Gemfile/MissingFeatureCategory:
  Enabled: false

Naming/ClassAndModuleCamelCase:
  AllowedNames:
    - HTTP_V2

Style/SpecialGlobalVars:
  Enabled: false

Lint/DuplicateBranch:
  Enabled: false

RSpec/MultipleMemoizedHelpers:
  Enabled: false

RSpec/FilePath:
  CustomTransform:
    HTTP_V2: http_v2