Sha256: 1e156bd81498ca5fe9938f5526896edba052b96e41bf7be01d218143b55df521

Contents?: true

Size: 330 Bytes

Versions: 3

Compression:

Stored size: 330 Bytes

Contents

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

# Allow 120 character line lengths
LineLength:
  Max: 100

# Allow tabbed alignment of method args
SingleSpaceBeforeFirstArg:
  Enabled: false

# Don't require top-level documenation
Documentation:
  Enabled: false

Style/AndOr:
  EnforcedStyle: conditionals

Metrics/MethodLength:
  Max: 20

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pardner-0.1.2 .rubocop.yml
pardner-0.1.1 .rubocop.yml
pardner-0.1.0 .rubocop.yml