Sha256: d5f46d066685ea3489568c54fc62ec330b2bb6e4cd82c4ffd9adc77053a9a486

Contents?: true

Size: 624 Bytes

Versions: 26

Compression:

Stored size: 624 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.5
  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

26 entries across 26 versions & 3 rubygems

Version Path
active_object-5.8.2 .rubocop.yml
active_object-5.8.1 .rubocop.yml
active_object-5.8.0 .rubocop.yml
active_object-5.7.0 .rubocop.yml
active_object-5.6.0 .rubocop.yml
active_object-5.5.3 .rubocop.yml