Sha256: 125dc24d31a4b662146115eebb8ed726c75f066ed3dc8ba469cb7169437b4588

Contents?: true

Size: 452 Bytes

Versions: 5

Compression:

Stored size: 452 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2
  DisplayCopNames: true

#
# Metrics
#

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/BlockLength:
  Max: 100

Metrics/ClassLength:
  Max: 100

Metrics/LineLength:
  Max: 128

Metrics/MethodLength:
  Max: 25

#
# Style
#

Style/FrozenStringLiteralComment:
  Enabled: true

Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
x25519-termux-1.1.0 .rubocop.yml
x25519-1.0.8 .rubocop.yml
x25519-1.0.7 .rubocop.yml
x25519-1.0.6 .rubocop.yml
x25519-1.0.5 .rubocop.yml