Codebase list ruby-gitlab / debian/4.5.0-2 .rubocop.yml
debian/4.5.0-2

Tree @debian/4.5.0-2 (Download .tar.gz)

.rubocop.yml @debian/4.5.0-2raw · history · blame

Layout/SpaceAroundEqualsInParameterDefault:
  Enabled: false

Style/Alias:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: false

Layout/DotPosition:
  Enabled: false

Metrics/LineLength:
  Max: 100
  Exclude:
    - 'lib/gitlab/client/*'
    - 'spec/**/*'

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

Layout/SpaceInsideHashLiteralBraces:
  Exclude:
    - 'lib/gitlab/client/*'

Style/StringLiterals:
  Exclude:
    - 'spec/**/*'

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