Sha256: 013e6b69492508ac9b5633028307267b088661ea359be2cb871a1004c7b5a505

Contents?: true

Size: 761 Bytes

Versions: 26

Compression:

Stored size: 761 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-rspec
  - rubocop-rake

AllCops:
  TargetRubyVersion: 2.5
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/ClassLength:
  Max: 500

Metrics/MethodLength:
  Max: 30

Metrics/ModuleLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/OptionalBooleanParameter:
  Enabled: false

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleMemoizedHelpers:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
muffin_man-2.0.1 .rubocop.yml
muffin_man-2.0.0 .rubocop.yml
muffin_man-1.5.12 .rubocop.yml
muffin_man-1.5.11 .rubocop.yml
muffin_man-1.5.10 .rubocop.yml
muffin_man-1.5.9 .rubocop.yml