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: 73ea5f610b3babb07bbc25620c97ea6f568d29fa (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

Naming/ClassAndModuleCamelCase:
  AllowedNames:
    - HTTP_V2

Performance/RegexpMatch:
  Enabled: false

Style/SpecialGlobalVars:
  Enabled: false

Lint/DuplicateBranch:
  Enabled: false

RSpec/MultipleMemoizedHelpers:
  Enabled: false

RSpec/FilePath:
  CustomTransform:
    HTTP_V2: http_v2