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

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

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayStyleGuide: false
  Exclude:
    - 'vendor/**/*'
    - 'ruby/vendor/**/*'
    - '_build/**/*'