Sha256: d90f0840243e066f4c2f2dfb1fc4c503ccb3eed8df28478eb0a9790834076464

Contents?: true

Size: 339 Bytes

Versions: 1

Compression:

Stored size: 339 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.5
  DisplayCopNames: true

RSpec/FilePath:
  Enabled: false

RSpec/NestedGroups:
  Max: 4

Style/Documentation:
  Enabled: false
  
Metrics/LineLength:
  Max: 120

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

Naming/PredicateName:
  Exclude:
    - 'spec/support/matchers/**/*'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fortnox-api-0.8.0 .rubocop.yml