Codebase list ruby-gitlab / debian/4.17.0-3 .rubocop.yml
debian/4.17.0-3

Tree @debian/4.17.0-3 (Download .tar.gz)

.rubocop.yml @debian/4.17.0-3

9962458
 
ec6860b
87adcfe
 
9962458
87adcfe
67eea39
ec6860b
87adcfe
 
ec6860b
 
 
 
9962458
ec6860b
9962458
 
 
 
ec6860b
9962458
ec6860b
9962458
ec6860b
 
87adcfe
 
---
inherit_from: .rubocop_todo.yml

require: rubocop-performance

AllCops:
  TargetRubyVersion: 2.5
  NewCops: enable

Layout/LineLength:
  Max: 123
  Exclude:
    - 'lib/gitlab/client/*'
    - 'spec/**/*'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Style/Documentation:
  Enabled: false

Style/ClassAndModuleChildren:
  Exclude:
    - 'lib/gitlab/*'
    - 'lib/gitlab/client/*'

Lint/NonDeterministicRequireOrder:
  Enabled: false