Sha256: 838bc62f2d098f6d5358b0b75fbaa69da71bfd9a721fe58dc4c0f241dc9526d2

Contents?: true

Size: 546 Bytes

Versions: 9

Compression:

Stored size: 546 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.4
  Exclude:
    - 'spec/**/**/*'
Layout/EmptyLinesAroundBlockBody:
  Enabled: false
Layout/EmptyLinesAroundClassBody:
  Enabled: false
Layout/EmptyLinesAroundModuleBody:
  Enabled: false
LineLength:
  Max: 100
Lint/RescueWithoutErrorClass:
  Enabled: false
Lint/ScriptPermission:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
Style/Alias:
  EnforcedStyle: prefer_alias_method
Style/Documentation:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
active_archive-5.1.7 .rubocop.yml
active_archive-5.1.6 .rubocop.yml
active_archive-5.1.5 .rubocop.yml
active_archive-5.1.4 .rubocop.yml
active_archive-5.1.3 .rubocop.yml
active_archive-5.1.2 .rubocop.yml
active_archive-5.1.1 .rubocop.yml
active_archive-5.1.0 .rubocop.yml
active_archive-5.0.0 .rubocop.yml