Sha256: 026803c06fc0ad155179ac1184cd0b0cd5c18a9130930c38b1de0c9fde0205cb

Contents?: true

Size: 272 Bytes

Versions: 1

Compression:

Stored size: 272 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.4.0 .rubocop.yml