Sha256: 15c140fa03a803297c8d8d2cd1b6c4376e68d61bb5ca8043bf23b4d459e27e1c

Contents?: true

Size: 273 Bytes

Versions: 1

Compression:

Stored size: 273 Bytes

Contents

inherit_from: .rubocop_todo.yml

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.4


Metrics/BlockLength:
  Exclude:
    - acumatica.gemspec
    - spec/**/*.rb

Metrics/LineLength:
  Max: 100

Metrics/MethodLength:
  Max: 15

Style/StringLiterals:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acumatica-0.3.0 .rubocop.yml