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

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

AllCops:
  NewCops: enable

Gitlab/RSpec/AvoidSetup:
  Enabled: false

RSpec/MultipleMemoizedHelpers:
  Max: 25