Sha256: a1f8d865a099f74e80ca9411fa7c72744c0a6028933dbd937343fea5d0838e14

Contents?: true

Size: 490 Bytes

Versions: 1

Compression:

Stored size: 490 Bytes

Contents

require:
  - rubocop/cop/internal_affairs
  - rubocop-minitest
  - rubocop-rake

AllCops:
  NewCops: enable
  Exclude:
    - 'vendor/**/*'
    - '.git/**/*'
    - '.bundle/**/*'
    - 'bin/*'
  TargetRubyVersion: 2.6.1

Style/RedundantReturn:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'test/**/test_*.rb'
    - '*.gemspec'
Style/YodaCondition:
  EnforcedStyle: require_for_all_comparison_operators

Minitest/AssertEmptyLiteral:
  Exclude:
    - 'test/unit/test_change_key.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hash_deep_diff-0.8.0 .rubocop.yml