Sha256: 09da02a60e2721e4debedb34e95110c272cd90db262f43264b0f8dd7b0cf5b96

Contents?: true

Size: 671 Bytes

Versions: 5

Compression:

Stored size: 671 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/HandleExceptions:
  Enabled: false
Lint/ScriptPermission:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
Naming/AccessorMethodName:
  Enabled: false
Style/Alias:
  EnforcedStyle: prefer_alias_method
Style/Documentation:
  Enabled: false
Style/ExpandPathArguments:
  Enabled: false
Style/RescueStandardError:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
active_archive-6.0.0 .rubocop.yml
active_archive-5.3.0 .rubocop.yml
active_archive-5.2.2 .rubocop.yml
active_archive-5.2.1 .rubocop.yml
active_archive-5.2.0 .rubocop.yml