Sha256: f559a9b562e710ea225b0168b858742a19b31343a6acf8b24825eb6e0e68fb81

Contents?: true

Size: 293 Bytes

Versions: 7

Compression:

Stored size: 293 Bytes

Contents

---
require:
  - rubocop-rake
  - rubocop-minitest

AllCops:
  TargetRubyVersion: 3.3.0
  NewCops: enable


Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dapr-0.5.0 .rubocop.yml
dapr-0.4.3 .rubocop.yml
dapr-0.4.2 .rubocop.yml
dapr-0.4.1 .rubocop.yml
dapr-0.4.0 .rubocop.yml
dapr-0.3.3 .rubocop.yml
dapr-0.3.2 .rubocop.yml