Sha256: 30f1d7ba04897a51608b5a37bd7cd43e06e5b28dc01518212656ca59a6a25430

Contents?: true

Size: 609 Bytes

Versions: 13

Compression:

Stored size: 609 Bytes

Contents

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

AllCops:
  TargetRubyVersion: 2.5
  Include:
    - bin/*
    - lib/**/*.rb
    - spec/**/*.rb
    - Gemfile
    - Rakefile
    - table_sync.gemspec

Style/Alias:
  Enabled: true
  EnforcedStyle: prefer_alias_method

RSpec/ExampleLength:
  Enabled: false

Lint/UnusedBlockArgument:
  AllowUnusedKeywordArguments: true

Lint/UnusedMethodArgument:
  AllowUnusedKeywordArguments: true

Style/AccessorGrouping:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Lint/MissingSuper:
  Enabled: false

Style/MissingRespondToMissing:
  Enabled: false

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
table_sync-6.0.4 .rubocop.yml
table_sync-6.0.3 .rubocop.yml
table_sync-6.0.2 .rubocop.yml
table_sync-6.0 .rubocop.yml
table_sync-5.1.0 .rubocop.yml
table_sync-5.0.0 .rubocop.yml
table_sync-4.2.2 .rubocop.yml
table_sync-4.2.1 .rubocop.yml
table_sync-4.2.0 .rubocop.yml
table_sync-4.1.3 .rubocop.yml
table_sync-4.1.1 .rubocop.yml
table_sync-4.1.0 .rubocop.yml
table_sync-4.0.0 .rubocop.yml