Sha256: 6b233c4a1e3c144bbc8fed71d805c0c7dc28ff0140c6ec0fad0cd9d8bb33f11c

Contents?: true

Size: 392 Bytes

Versions: 7

Compression:

Stored size: 392 Bytes

Contents

inherit_from: ../.rubocop.yml

AllCops:
  Exclude:
    - 'bin/*'

  TargetRubyVersion: 2.4

Layout/LineLength:
  Exclude:
    - 'spec/**/*.rb'

# setting to 6 to match RubyMine autoformat
Layout/FirstArrayElementIndentation:
  IndentationWidth: 6


# rspec blocks are huge by design
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Metrics/ModuleLength:
  Exclude:
    - 'spec/**/*.rb'

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
procrastinator-1.1.0 .rubocop.yml
procrastinator-1.0.1 .rubocop.yml
dirt-envelope-0.0.1.pre1 .rubocop.yml
procrastinator-1.0.0 .rubocop.yml
procrastinator-1.0.0.pre.rc4 .rubocop.yml
procrastinator-1.0.0.pre.rc3 .rubocop.yml
procrastinator-1.0.0.pre.rc2 .rubocop.yml