Sha256: 1a88de41830203af182586a0cefba43bcc3095d89b3d6b39ee9d266ec2dbfa8c

Contents?: true

Size: 934 Bytes

Versions: 4

Compression:

Stored size: 934 Bytes

Contents

LineLength:
  Max: 120
AllCops:
  Exclude:
    - 'doorkeeper/**/*'
    - 'spec/**/*'
  DisplayCopNames: true
Documentation:
  Enabled: false
Layout/EndOfLine:
  Enabled: false
Metrics/BlockLength:
  Exclude:
    - lib/doorkeeper/orm/sequel/validators/*
    - lib/doorkeeper-sequel/generators/templates*

Style/StringLiterals:
  EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/FrozenStringLiteralComment:
  Enabled: true

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: consistent_comma

Style/SymbolArray:
  MinSize: 3
Style/WordArray:
  MinSize: 3
Style/NumericPredicate:
  Enabled: false
Style/DoubleNegation:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented
Layout/TrailingBlankLines:
  Enabled: true
Layout/DotPosition:
  EnforcedStyle: leading

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
doorkeeper-sequel-2.4.0 .rubocop.yml
doorkeeper-sequel-2.3.0 .rubocop.yml
doorkeeper-sequel-2.2.0 .rubocop.yml
doorkeeper-sequel-2.1.0 .rubocop.yml