Sha256: 465d90521851927c2c89c2b08b8c4986b7e3d9c1e0a5545746f83e7bbea40418

Contents?: true

Size: 473 Bytes

Versions: 2

Compression:

Stored size: 473 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.7
  Exclude:
  - '{tmp,vendor,yard}/**/*'

Gemspec/RequiredRubyVersion:
  Enabled: false

Layout/LineLength:
  Max: 80

Lint/AmbiguousBlockAssociation:
  Enabled: false

Naming/RescuedExceptionsVariableName:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/FormatString:
  EnforcedStyle: percent

Style/FormatStringToken:
  Enabled: false

Style/PerlBackrefs:
  Enabled: false

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
thor-hollaback-0.2.1 .rubocop.yml
hollaback-0.1.1 .rubocop.yml