Sha256: 2594bed5a6c6b396014f98a6c38d8f5365f37fc51cee87800731c63487693423

Contents?: true

Size: 432 Bytes

Versions: 9

Compression:

Stored size: 432 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  SuggestExtensions: false
  NewCops: enable

Style/FrozenStringLiteralComment:
  Enabled: false

Style/RaiseArgs:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 200

Metrics/BlockLength:
  Exclude:
   - "spec/*"

Metrics/MethodLength:
  Max: 20

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
touringplans-0.3.6 .rubocop.yml
touringplans-0.3.5 .rubocop.yml
touringplans-0.3.1 .rubocop.yml
touringplans-0.2.9 .rubocop.yml
touringplans-0.2.8 .rubocop.yml
touringplans-0.2.6 .rubocop.yml
touringplans-0.2.5 .rubocop.yml
touringplans-0.2.4 .rubocop.yml
touringplans-0.2.3 .rubocop.yml