Sha256: 2fd88266250646845a6d6665bfd26838953681cc4fe00294ba883c444d6a2ac2

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

AllCops:
  NewCops: enable
  Exclude:
    - 'bin/**/*'

# Let's aim for 80, but we don't need to be nagged if we judiciously go over.
Layout/LineLength:
  Enabled: false

# One case statement in a single method isn't complex.
Metrics/CyclomaticComplexity:
  IgnoredMethods: ['case']

# 10 is a good goal but a little draconian
Metrics/MethodLength:
  CountAsOne: ['array', 'hash', 'heredoc']
  Max: 15

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
reviewer-0.1.3 .rubocop.yml
reviewer-0.1.2 .rubocop.yml