Sha256: 518ce130a6e0ba871a16ca6744a07573edc242e80dbcc9b39761095824ac6b0d

Contents?: true

Size: 350 Bytes

Versions: 2

Compression:

Stored size: 350 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7

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

Metrics/LineLength:
  Max: 100

Metrics/MethodLength:
  Max: 15

Style/OpenStructUse:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acumatica-0.6.0 .rubocop.yml
acumatica-0.5.0 .rubocop.yml