Sha256: 049ea14bf1206a1a986cfe65f8f06970ef40d88d9f7de3d2c8b1846c6e372e28

Contents?: true

Size: 889 Bytes

Versions: 6

Compression:

Stored size: 889 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/*'
    - 'vendor/**/*'

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  ExcludedMethods: ['let', 'describe', 'context']

Metrics/MethodLength:
  Max: 15

Layout/SpaceAroundMethodCallOperator:
  Enabled: true

Lint/RaiseException:
  Enabled: true

Lint/StructNewOverride:
  Enabled: true

Style/ExponentialNotation:
  Enabled: true

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true

Lint/DeprecatedOpenSSLConstant:
  Enabled: true

Lint/MixedRegexpCaptureTypes:
  Enabled: true

Style/RedundantFetchBlock:
  Enabled: true

Style/RedundantRegexpCharacterClass:
  Enabled: true

Style/RedundantRegexpEscape:
  Enabled: true

Style/SlicingWithRange:
  Enabled: true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
starcall-0.6.0 .rubocop.yml
starcall-0.5.0 .rubocop.yml
starcall-0.4.0 .rubocop.yml
starcall-0.3.0 .rubocop.yml
starcall-0.2.1 .rubocop.yml
starcall-0.2.0 .rubocop.yml