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

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

AllCops:
  Exclude:
    - 'tmp/**/*'
    - 'vendor/**/*'

Style/NumericPredicate:
  Enabled: false

Style/RedundantBegin:
  Enabled: false