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

.rubocop.yml « ipynbdiff « gems - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00a3ed337f1e250e97f66224f86ba2a592a91586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
inherit_from:
  - ../config/rubocop.yml

CodeReuse/ActiveRecord:
  Enabled: false

Gitlab/Json:
  Enabled: false

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

Rails/Pluck:
  Enabled: false

RSpec/MultipleMemoizedHelpers:
  Max: 6
  AllowSubject: true