Sha256: a31c56f9a9401a4819d16b024eb835c1a65253b72298ed30568baade53fe2473

Contents?: true

Size: 390 Bytes

Versions: 1

Compression:

Stored size: 390 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  DisplayCopNames: true
  DisplayStyleGuide: true


# Because only 2 spaces indent is insane
Style/IndentationWidth:
  Width: 4

# Don't require documentation (maybe add that later)
Style/Documentation:
  Enabled: false

# Allow compact style
Style/ClassAndModuleChildren:
  Enabled: false

Metrics/ClassLength:
  Max: 110

Metrics/MethodLength:
  Max: 11

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
digest-ed2k-hash-0.2.0 .rubocop.yml