Sha256: 5b0f1259d69b53eba81b7bb9a486a396e6f30d05a4a7da1e4577685a66cde989

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.1

Metrics/AbcSize:
  Max: 170

Metrics/BlockLength:
  Max: 250

Metrics/ClassLength:
  Max: 1000

Metrics/CyclomaticComplexity:
  Max: 70

Metrics/MethodLength:
  Max: 100

Metrics/ModuleLength:
  Max: 1000

Metrics/PerceivedComplexity:
  Max: 80

Layout/SpaceInsideBlockBraces:
  EnforcedStyle: no_space
  SpaceBeforeBlockParameters: false

Style/Documentation:
  Enabled: false

Style/NumericPredicate:
  EnforcedStyle: comparison

Style/MultilineBlockChain:
  Enabled: false

Style/SpecialGlobalVars:
  EnforcedStyle: use_perl_names

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
good_luck_charm-0.1.1 .rubocop.yml