Sha256: ae88bdc74a5e8279b64645f3cf8d6181c98ada801d89abf862976ae3f994521a

Contents?: true

Size: 445 Bytes

Versions: 4

Compression:

Stored size: 445 Bytes

Contents

# See default settings https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml
AllCops:
  TargetRubyVersion: 2.4
  DisplayCopNames: true
  Exclude:
    - '*.gemspec'
    - 'Gemfile'
    - 'Guardfile'
    - 'bin/*'
    - 'Rakefile'
    - 'example/**/*'

Metrics/AbcSize:
  Max: 17

Metrics/MethodLength:
  Max: 14

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Metrics/LineLength:
  Max: 100

Style/Documentation:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bulk_loader-1.1.0 .rubocop.yml
bulk_loader-1.0.0 .rubocop.yml
bulk_loader-0.4.0 .rubocop.yml
bulk_loader-0.3.0 .rubocop.yml