Sha256: a5cc7a249170d321ccbd47c0faf16ca87dd07e8b1041448579dcff4db37ffc6b

Contents?: true

Size: 589 Bytes

Versions: 3

Compression:

Stored size: 589 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2
  DisplayCopNames: true
  DisplayStyleGuide: true
  Exclude:
    - 'gemfiles/vendor/**/*'
    - 'lib/smart_paginate/version.rb'

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

Metrics/LineLength:
  Enabled: false

Style/BlockComments:
  Exclude:
    - 'spec/**/*.rb'

Style/ConditionalAssignment:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/RedundantSelf:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
smart_paginate-0.2.2 .rubocop.yml
smart_paginate-0.2.1 .rubocop.yml
smart_paginate-0.2.0 .rubocop.yml