Sha256: 24b9d0ab5924a7e6f293566d00f4a9a8eb18c219133e98e8f5125b44f53fb578

Contents?: true

Size: 489 Bytes

Versions: 3

Compression:

Stored size: 489 Bytes

Contents

inherit_from:
  - '.thoughtbot.rubocop.yml'

Style/BlockDelimiters:
  Enabled: true
  Exclude:
    - 'test/**/*_test.rb'
    - 'spec/**/*_spec.rb'

Style/BracesAroundHashParameters:
  Enabled: true
  Exclude:
    - 'test/**/*_test.rb'
    - 'spec/**/*_spec.rb'
    - 'spec/factories.rb'

Style/SymbolArray:
  Enabled: false

Layout/IndentHeredoc:
  Enabled: false

Layout/IndentHash:
  Enabled: true
  Exclude:
    - 'test/**/*_test.rb'
    - 'spec/**/*_spec.rb'
    - 'spec/factories.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
json_matchers-0.10.0 .rubocop.yml
json_matchers-0.9.0 .rubocop.yml
json_matchers-0.8.0 .rubocop.yml