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

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

AllCops:
  NewCops: enable

RSpec/MultipleMemoizedHelpers:
  Max: 25