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

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

# FIXME
Gitlab/RSpec/AvoidSetup:
  Enabled: false

Database/EstablishConnection:
  Enabled: false

Database/MultipleDatabases:
  Enabled: false

RSpec/EnvAssignment:
  Enabled: false

RSpec/MultipleMemoizedHelpers:
  Enabled: false