Sha256: 6ae8da39c63970d6904f62054fb4262a69f40b5fdaddb9cfd908c99b8db67165

Contents?: true

Size: 339 Bytes

Versions: 3

Compression:

Stored size: 339 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.3
  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

3 entries across 3 versions & 1 rubygems

Version Path
fortnox-api-0.7.2 .rubocop.yml
fortnox-api-0.7.1 .rubocop.yml
fortnox-api-0.7.0 .rubocop.yml