Sha256: f9726e3d7a8f0d84821c0a03bc87e76c5a9e979d15925495f1b319b8c176a0b2

Contents?: true

Size: 817 Bytes

Versions: 8

Compression:

Stored size: 817 Bytes

Contents

AllCops:
  NewCops: enable

Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true

Layout/LineLength:
  Max: 120

Layout/SpaceAroundMethodCallOperator:
  Enabled: true

Lint/DeprecatedOpenSSLConstant:
  Enabled: true

Lint/MixedRegexpCaptureTypes:
  Enabled: true

Lint/RaiseException:
  Enabled: true

Lint/StructNewOverride:
  Enabled: true

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

Metrics/MethodLength:
  Max: 15

Style/ClassVars:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/ExponentialNotation:
  Enabled: true

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Style/RedundantRegexpCharacterClass:
  Enabled: true

Style/RedundantRegexpEscape:
  Enabled: true

Style/SlicingWithRange:
  Enabled: true

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
henkei-2.2.1.1 .rubocop.yml
henkei-2.2.0.1 .rubocop.yml
henkei-1.27.1 .rubocop.yml
henkei-1.26.1 .rubocop.yml
henkei-1.25.1 .rubocop.yml
henkei-1.24.1 .rubocop.yml
henkei-1.23.3 .rubocop.yml
henkei-1.23.2 .rubocop.yml