Sha256: 6cc16385f6f2934384d647932afe967d1d9a37d514cdf8c1695de69c2cd4efa0

Contents?: true

Size: 440 Bytes

Versions: 2

Compression:

Stored size: 440 Bytes

Contents

AllCops:
  DisplayCopNames: true

#
# Metrics
#

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Max: 100

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/ClassLength:
  Max: 100

Metrics/LineLength:
  Max: 128

Metrics/MethodLength:
  Max: 25

#
# Performance
#

Performance/RegexpMatch:
  Enabled: false

#
# Style
#

Style/StringLiterals:
  EnforcedStyle: double_quotes


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tjson-0.5.0 .rubocop.yml
tjson-0.4.0 .rubocop.yml