Sha256: cfbb4f8fda5824706f8408908b9a44794f459ac53dbf02a68c303376f07aa48e

Contents?: true

Size: 475 Bytes

Versions: 2

Compression:

Stored size: 475 Bytes

Contents

# This is the configuration used to check the rubocop source code.

AllCops:
  Exclude:
    - spec/spec_helper.rb
    - db/**/*
    - docs/**/*
    - config/**/*
    - bin/**/*
    - spec/**/**

Documentation:
  Enabled: false

LineLength:
  Max: 99

HasAndBelongsToMany:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/BlockLength:
  ExcludedMethods: ['register', 'describe', 'show', 'shared_examples', 'context', 'form', 'has_many', 'inputs']

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wor-batchifier-1.0.0 .rubocop.yml
wor-batchifier-0.0.1 .rubocop.yml