Sha256: 3d84a29ad3df3861b82a25864f458b20c1c40680f3a60e13a4d9099fabd7f7c8

Contents?: true

Size: 842 Bytes

Versions: 7

Compression:

Stored size: 842 Bytes

Contents

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.6

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

7 entries across 7 versions & 1 rubygems

Version Path
henkei-1.28.3.1 .rubocop.yml
henkei-1.28.2.1 .rubocop.yml
henkei-1.28.1.1 .rubocop.yml
henkei-1.28.1 .rubocop.yml
henkei-2.4.0.1 .rubocop.yml
henkei-2.3.0.1 .rubocop.yml
henkei-2.2.1.2 .rubocop.yml