Sha256: 458cfe969360f10f49e69fda90f06e2d1d71d22e1faa9944f7413f874f87fee1

Contents?: true

Size: 957 Bytes

Versions: 9

Compression:

Stored size: 957 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7

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

RSpec/ExampleLength:
  Max: 10

RSpec/MultipleExpectations:
  Max: 3

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

9 entries across 9 versions & 1 rubygems

Version Path
henkei-2.9.1.1 .rubocop.yml
henkei-2.9.0.1 .rubocop.yml
henkei-2.8.0.1 .rubocop.yml
henkei-2.7.0.1 .rubocop.yml
henkei-2.6.0.2 .rubocop.yml
henkei-2.6.0.1 .rubocop.yml
henkei-2.5.0.1 .rubocop.yml
henkei-2.4.1.1 .rubocop.yml
henkei-2.4.0.2 .rubocop.yml