Sha256: 8adce4fb51cfed36ee430d13fa87a0d5714bf793518eeb601f78f8df90d6fe9c

Contents?: true

Size: 297 Bytes

Versions: 1

Compression:

Stored size: 297 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  Exclude:
    - "spec/**/*_spec.rb"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
monday_ruby-0.2.0 .rubocop.yml