Sha256: 5444982ef7e0b04b94ca8e77c52da67227e9593f8988e64c91e14a4e3bd0b1e3

Contents?: true

Size: 511 Bytes

Versions: 6

Compression:

Stored size: 511 Bytes

Contents

---
# See https://github.com/rubocop/rubocop/blob/master/config/default.yml for all
# options
require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  DisplayCopNames: true
  NewCops: enable
  TargetRubyVersion: 2.6

Layout/LineLength:
  AllowHeredoc: true
  AllowURI: true
  AutoCorrect: true
  Exclude:
    - ynab_convert.gemspec
  Max: 80

Metrics/BlockLength:
  Exclude:
    - Guardfile
    - ynab_convert.gemspec
    - 'spec/**/*_spec.rb'

Metrics/MethodLength:
  Max: 25

Metrics/AbcSize:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ynab_convert-2.0.6 .rubocop.yml
ynab_convert-2.0.5 .rubocop.yml
ynab_convert-2.0.4 .rubocop.yml
ynab_convert-2.0.3 .rubocop.yml
ynab_convert-2.0.1 .rubocop.yml
ynab_convert-2.0.0 .rubocop.yml