Sha256: 11f4fbad860ad3b6fd863b4247717417429c00473ef435da66bc214050e2d2dd

Contents?: true

Size: 582 Bytes

Versions: 7

Compression:

Stored size: 582 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  NewCops: enable

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120
  Exclude:
    - spec/**/*.rb

Metrics/BlockLength:
  Exclude:
    - spec/**/*.rb

Metrics/AbcSize:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics/MethodLength:
  Max: 50

RSpec/MultipleExpectations:
  Max: 10

RSpec/ExampleLength:
  Max: 20

RSpec/FilePath:
  Enabled: false

RSpec/NoExpectationExample:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
max_amount-1.3.9 .rubocop.yml
max_amount-1.3.8 .rubocop.yml
max_amount-1.3.7 .rubocop.yml
max_amount-1.3.6 .rubocop.yml
max_amount-1.3.5 .rubocop.yml
max_amount-1.3.4 .rubocop.yml
max_amount-1.2.4 .rubocop.yml