Sha256: e5a9a8f481d1bcc77185b592ce51f053fdb5ff9aa79b1b40f0c3ce9aeff2628e

Contents?: true

Size: 884 Bytes

Versions: 3

Compression:

Stored size: 884 Bytes

Contents

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

AllCops:
  TargetRubyVersion: 2.7
  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

Style/HashConversion:
  Exclude:
    - spec/**/*

Style/OpenStructUse:
  Exclude:
    - spec/**/*

RSpec/PendingWithoutReason:
  Enabled: false # Many false positives

RSpec/SkipBlockInsideExample:
  Enabled: false # Many false positives

RSpec/IndexedLet:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
table_sync-6.4.2 .rubocop.yml
table_sync-6.4.1 .rubocop.yml
table_sync-6.4.0 .rubocop.yml