Codebase list ruby-gitlab / 8092666 .rubocop.yml
8092666

Tree @8092666 (Download .tar.gz)

.rubocop.yml @8092666raw · 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/**/*'