Sha256: 19b930b5ef30d1a6e683b7f5c154c7bd6c2f98a133ba9c7d88875521cc7f5a3d

Contents?: true

Size: 884 Bytes

Versions: 2

Compression:

Stored size: 884 Bytes

Contents

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

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

2 entries across 2 versions & 1 rubygems

Version Path
table_sync-6.5.1 .rubocop.yml
table_sync-6.5.0 .rubocop.yml