Sha256: 3d1069ccd3538a01c4b92b40de688e692203ab9a3bd415894a71d4bf6d5184e7

Contents?: true

Size: 299 Bytes

Versions: 3

Compression:

Stored size: 299 Bytes

Contents

inherit_gem:
  rubocop-config-umbrellio: lib/rubocop.yml

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.7
  Include:
    - lib/**/*.rb
    - spec/**/*.rb
    - Gemfile
    - Rakefile
    - sequel-batches.gemspec

Layout/LineLength:
  Max: 120

Naming/MethodParameterName:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sequel-batches-2.0.2 .rubocop.yml
sequel-batches-2.0.1 .rubocop.yml
sequel-batches-2.0.0 .rubocop.yml