Sha256: 534585f39f8d9a9fae74ed1de9727735331630ccfffd5428ee935c2ae60336d1

Contents?: true

Size: 711 Bytes

Versions: 2

Compression:

Stored size: 711 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.3
  DisplayCopNames: true
  DisplayStyleGuide: true


Metrics/AbcSize:
  Max: 21

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Metrics/CyclomaticComplexity:
  Max: 7

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false


RSpec/DescribedClass:
  EnforcedStyle: explicit

RSpec/ExampleLength:
  Max: 8

RSpec/MultipleExpectations:
  Max: 4

RSpec/NamedSubject:
  Enabled: false


Style/Documentation:
  Exclude:
    - 'spec/**/*'

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/SafeNavigation:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tikkie-api-0.2.2 .rubocop.yml
tikkie-api-0.2.1 .rubocop.yml