Sha256: a90443ce0bbcb1079a4c94988c0e25ff45a002e392b89c4671c8e767c51ed4a1

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5

# Commonly used screens these days easily fit more than 80 characters.
Metrics/LineLength:
  Max: 120

# Too short methods lead to extraction of single-use methods, which can make
# the code easier to read (by naming things), but can also clutter the class
Metrics/MethodLength:
  Max: 20

# The guiding principle of classes is SRP, SRP can't be accurately measured by LoC
Metrics/ClassLength:
  Max: 1500

Metrics/BlockLength:
  ExcludedMethods: ['describe', 'context']

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
khalti-0.2.1 .rubocop.yml