Sha256: 49a0346525040422810e845acd4a30e7aa20aabea4160df37f3ddab217410355

Contents?: true

Size: 453 Bytes

Versions: 2

Compression:

Stored size: 453 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-rspec
  - rubocop-performance

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.6.0

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes
Style/ClassCheck:
  EnforcedStyle: kind_of?

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    "%i": "()"
    "%w": "()"
    "%W": "()"

RSpec/MessageSpies:
  EnforcedStyle: receive

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
infopark_component_cache-5.0.2 .rubocop.yml
infopark_component_cache-5.0.1 .rubocop.yml