Sha256: 911872f5e625af30bb5f7f845c8af2425700aa2d873f1ac87fad2fb32df50151

Contents?: true

Size: 372 Bytes

Versions: 1

Compression:

Stored size: 372 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

  Exclude:
    - 'spec/dummy/**/*'

    # c.f. https://github.com/rubocop-hq/rubocop/blob/v0.72.0/config/default.yml#L60-L63
    - 'node_modules/**/*'
    - 'vendor/**/*'
    - '.git/**/*'

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

Metrics/LineLength:
  Max: 110

Style/Documentation:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop_auto_corrector-0.3.0 .rubocop.yml