Sha256: bf2f8f0e8af6a2df1fd5da975efe9fbe1d59245dd573ba8f43d9545f53d5efb1

Contents?: true

Size: 299 Bytes

Versions: 1

Compression:

Stored size: 299 Bytes

Contents

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

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

Layout/LineLength:
  Max: 120

Naming/MethodParameterName:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sequel-batches-1.1.0 .rubocop.yml