Sha256: 538183f9e5adace869b2df77feeed3f03ab1445d4a583b7183773be92dc97dbc

Contents?: true

Size: 653 Bytes

Versions: 7

Compression:

Stored size: 653 Bytes

Contents

require: rubocop-performance
AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.6
  Exclude:
    - 'spec/**/**/*'
Performance/RegexpMatch:
  Enabled: false
Layout/EmptyLinesAroundClassBody:
  Enabled: false
Layout/EmptyLinesAroundModuleBody:
  Enabled: false
LineLength:
  Max: 100
Lint/RescueException:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
Style/Alias:
  EnforcedStyle: prefer_alias_method
Style/ClassAndModuleChildren:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/ExpandPathArguments:
  Enabled: false
Style/RescueModifier:
  Enabled: false
Style/RescueStandardError:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
active_object-5.14.1 .rubocop.yml
active_object-5.14.0 .rubocop.yml
active_object-5.13.0 .rubocop.yml
active_object-5.12.0 .rubocop.yml
active_object-5.11.0 .rubocop.yml
active_object-5.10.0 .rubocop.yml
active_object-5.9.0 .rubocop.yml