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: 5428eba0533f5c3dc515e23c536fa034fb8e703d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
inherit_gem:
  gitlab-styles:
    - rubocop-default.yml

CodeReuse/ActiveRecord:
  Enabled: false

Rails/RakeEnvironment:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false