Sha256: 8e74e1a48c6cd311fb27e149d45bcd823b41ae0cd37d046725a72a11681276cc

Contents?: true

Size: 310 Bytes

Versions: 10

Compression:

Stored size: 310 Bytes

Contents

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

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

Style/RedundantReturn:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'test/**/test_*.rb'
    - '*.gemspec'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hash_deep_diff-0.7.0 .rubocop.yml
hash_deep_diff-0.6.0 .rubocop.yml
hash_deep_diff-0.5.0 .rubocop.yml
hash_deep_diff-0.4.1 .rubocop.yml
hash_deep_diff-0.4.0 .rubocop.yml
hash_deep_diff-0.3.3 .rubocop.yml
hash_deep_diff-0.3.2 .rubocop.yml
hash_deep_diff-0.3.1 .rubocop.yml
hash_deep_diff-0.3.0 .rubocop.yml
hash_deep_diff-0.2.0 .rubocop.yml