Sha256: 3bdf6932a5fd0b449bb4adc6c361906fcb78a94fc99b967b8c619ef3ba64c212

Contents?: true

Size: 351 Bytes

Versions: 1

Compression:

Stored size: 351 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5

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

Metrics/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Style/ExpandPathArguments:
  Enabled: false

Style/FrozenStringLiteralComment:
  Exclude:
    - "bin/**/*"
    - "Gemfile"
    - "Rakefile"

Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rb21-0.1.0 .rubocop.yml