Sha256: b5ed5a6dd9000c6560062e1ac73bf621ffb319a8779e93012cd078c5e2acf735

Contents?: true

Size: 765 Bytes

Versions: 8

Compression:

Stored size: 765 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.0.3

Style/StringLiteralsInInterpolation:
  Enabled: false

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

Metrics/BlockLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics/MethodLength:
  Max: 150

RSpec/MultipleExpectations:
  Max: 10

RSpec/ExampleLength:
  Max: 100

RSpec/FilePath:
  Enabled: false

RSpec/NoExpectationExample:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

LineEndStringConcatenationIndentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
meteoservice-0.2.7 .rubocop.yml
meteoservice-0.2.6 .rubocop.yml
meteoservice-0.2.5 .rubocop.yml
meteoservice-0.2.4 .rubocop.yml
meteoservice-0.2.2 .rubocop.yml
meteoservice-0.2.1 .rubocop.yml
meteoservice-0.2.0 .rubocop.yml
meteoservice-0.1.0 .rubocop.yml