Sha256: c39b14e3cf0523798648720b3da038b83cf3ffa562e6323c65743e118b54477e

Contents?: true

Size: 583 Bytes

Versions: 4

Compression:

Stored size: 583 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

4 entries across 4 versions & 1 rubygems

Version Path
astrological_forecast-1.2.3 .rubocop.yml
astrological_forecast-1.2.2 .rubocop.yml
astrological_forecast-1.2.1 .rubocop.yml
astrological_forecast-1.2.0 .rubocop.yml