Sha256: f882b5538e786b37ea17ea29761a6fe68763e56156d0b1bd35311ec52a799243
Contents?: true
Size: 606 Bytes
Versions: 2
Compression:
Stored size: 606 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cide-0.0.6 | .rubocop.yml |
cide-0.0.5 | .rubocop.yml |