Sha256: 35daaa5e5c5fdd3bcc8a3866e5a704691786a492e3231b17ef7c0e263d341e03

Contents?: true

Size: 672 Bytes

Versions: 1

Compression:

Stored size: 672 Bytes

Contents

# CIDE::CLI is essentially a big dispatcher, no need to break it
# in smaller chunks.
Metrics/ClassLength:
  Max: 200

# CIDE::CLI methods can be read top to bottom. No need to factor out
# functionality unless it can be shared.
Metrics/MethodLength:
  Max: 60

# Don't align stuff vertically, bad for diffing
Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

# Allows for easy diffing
# Keep them sorted alphabetically unless a meaningful order exists
Style/TrailingComma:
  EnforcedStyleForMultiline: comma

# $? is not equivalent to $CHILD_STATUS
Style/SpecialGlobalVars:
  Enabled: false

# Prefering the short style
Style/PerlBackrefs:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cide-0.0.7 .rubocop.yml