Sha256: b8193ea7503e644847a09e8b51bc61f8e7a9fbf301b655bf2f1141e53a4f6a20

Contents?: true

Size: 973 Bytes

Versions: 2

Compression:

Stored size: 973 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.4
  Exclude:
    - 'spec/**/**/*'
Layout/ClosingParenthesisIndentation:
  Enabled: false
Layout/EmptyLinesAroundBlockBody:
  Enabled: false
Layout/EmptyLinesAroundClassBody:
  Enabled: false
Layout/EmptyLinesAroundModuleBody:
  Enabled: false
Layout/FirstParameterIndentation:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: aligned
LineLength:
  Max: 100
Lint/ScriptPermission:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
Style/Alias:
  EnforcedStyle: prefer_alias_method
Style/BracesAroundHashParameters:
  Enabled: false
Style/ClassAndModuleChildren:
  EnforcedStyle: compact
Style/ClassVars:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/HashSyntax:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/NumericLiterals:
  Enabled: false
Style/RescueModifier:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_orm-4.0.3 .rubocop.yml
active_orm-4.0.2 .rubocop.yml