Sha256: 75b22696673296ed076538d89e84f082ff0e09bdba1eb155752180951a9b8e14

Contents?: true

Size: 349 Bytes

Versions: 1

Compression:

Stored size: 349 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.0

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

Layout/LineLength:
  Max: 100

Metrics/MethodLength:
  Max: 15

Style/OpenStructUse:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acumatica-0.7.0 .rubocop.yml