Sha256: f43fbafed28d8eb84f2638224ebe68657a602e8f9a144d8a4fe865506ad01e0b

Contents?: true

Size: 585 Bytes

Versions: 5

Compression:

Stored size: 585 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  NewCops: enable

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 150
  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: 100

RSpec/FilePath:
  Enabled: false

RSpec/NoExpectationExample:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
astrological_forecast-2.0.2 .rubocop.yml
astrological_forecast-2.0.1 .rubocop.yml
astrological_forecast-1.3.5 .rubocop.yml
astrological_forecast-1.3.4 .rubocop.yml
astrological_forecast-1.3.3 .rubocop.yml