Sha256: 30e29d4ce3ef3da6573537967d1640149b58d87c6dd811e9729ed7f2bc7fc6b7

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 Bytes

Contents

---
require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 3.2.0
  NewCops: enable


Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dapr-0.1.25 .rubocop.yml
dapr-0.1.24 .rubocop.yml
dapr-0.1.23 .rubocop.yml
dapr-0.1.22 .rubocop.yml