Sha256: 8ea800af9db14b198f03566e6583af4524070893a846ae095a52bb43abfe39cd

Contents?: true

Size: 773 Bytes

Versions: 3

Compression:

Stored size: 773 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

# Offense count: 28
Metrics/CyclomaticComplexity:
  Max: 15

Metrics/PerceivedComplexity:
  Max: 20

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cide-0.1.1 .rubocop.yml
cide-0.1.0 .rubocop.yml
cide-0.0.8 .rubocop.yml