Sha256: 02bba685bc1787f73798a3a612cec2fabb43a7c7ca6f154a506ff66326ed3511

Contents?: true

Size: 727 Bytes

Versions: 2

Compression:

Stored size: 727 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - 'ramparts.gemspec'
    - 'Gemfile'

ClassLength:
  Enabled: false

CyclomaticComplexity:
  Enabled: false

Documentation:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Lint/AssignmentInCondition:
  Enabled: false

Style/ParenthesesAroundCondition:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/ConditionalAssignment:
  Enabled: false

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

Layout/SpaceAfterComma:
  Exclude:
    - 'spec/data/**/*'

Style/WordArray:
  Exclude:
    - 'spec/data/**/*'

LineLength:
  Max: 120
  Exclude:
    - 'spec/data/**/*'

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

MethodLength:
  CountComments: false
  Max: 100

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ramparts-0.3.1 .rubocop.yml
ramparts-0.3.0 .rubocop.yml