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

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

RSpec/MultipleMemoizedHelpers:
  Max: 25

RSpec/VerifiedDoubles:
  Enabled: false