Sha256: 35056dd345e83754da8e6641b3b9b9f8c25822c546599a910fdc04365f2c2482

Contents?: true

Size: 297 Bytes

Versions: 1

Compression:

Stored size: 297 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  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.1.0 .rubocop.yml