Sha256: 7ea9201e4166c459d97b66c9ce731fbd27a6805e04c0e5c2a8d5bd7889b6f5ca

Contents?: true

Size: 443 Bytes

Versions: 1

Compression:

Stored size: 443 Bytes

Contents

AllCops:
  DisplayCopNames: true

#
# Style
#

Style/ModuleFunction:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

#
# Metrics
#

Metrics/AbcSize:
  Max: 25

Metrics/BlockLength:
  Enabled: false

Metrics/ClassLength:
  Max: 100

Metrics/CyclomaticComplexity:
  Max: 25

Metrics/LineLength:
  Max: 128

Metrics/MethodLength:
  Max: 25

Metrics/PerceivedComplexity:
  Max: 25

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zser-0.0.1 .rubocop.yml