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

.rubocop.yml - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b4ea775d313a6c55c2232427ab9a04dce3b80e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
inherit_gem:
  gitlab-styles:
    - rubocop-default.yml

CodeReuse/ActiveRecord:
  Enabled: false

Layout/LineLength:
  Enabled: false

Rails/RakeEnvironment:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false