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

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

# FIXME once Gitlab::Json is in a gem
Gitlab/Json:
  Enabled: false

# FIXME
RSpec/MultipleMemoizedHelpers:
  Enabled: false

RSpec/VerifiedDoubles:
  Enabled: false