Sha256: 1fbb7743f8ab71cb49624592c273b914cb9b2e359d2e268450cc502cc6df6b2d

Contents?: true

Size: 237 Bytes

Versions: 2

Compression:

Stored size: 237 Bytes

Contents

AllCops:
  Include:
    - '**/Gemfile'
    - '**/Rakefile'
  Exclude:
    - 'vendor/**/*'
Metrics/LineLength:
  Enabled: false
Metrics/ClassLength:
  CountComments: false
  Max: 150
Metrics/MethodLength:
  CountComments: false
  Max: 20

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pesapal-1.8.0 .rubocop.yml
pesapal-1.7.0 .rubocop.yml