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

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

CodeReuse/ActiveRecord:
  Enabled: false

AllCops:
  TargetRubyVersion: 3.0

Naming/FileName:
  Exclude:
    - spec/**/*.rb
    - lib/gitlab/rspec.rb
    - lib/gitlab/rspec/all.rb