Sha256: a3e328052af70f1dcf66f9d991be9f94acf453cf15bba1b9f41596bb4918f9cb

Contents?: true

Size: 285 Bytes

Versions: 1

Compression:

Stored size: 285 Bytes

Contents

AllCops:
  Exclude:
    - "db/**/*"
    - "tmp/**/*"
    - "vendor/**/*"
    - "bin/**/*"
    - "log/**/*"
    - "public/**/*"
  TargetRubyVersion: 2.4
Layout/LineLength:
  Enabled: true
  Max: 120
Metrics/BlockLength:
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
paypro-1.0.0 .rubocop.yml