Sha256: 9be8436fbc44aac598b728ac5109e343f4f45eb4ec5761006af863daebb1f1b2

Contents?: true

Size: 1.19 KB

Versions: 7

Compression:

Stored size: 1.19 KB

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - "documentation/site/_plugins/**/*"
  TargetRubyVersion: 2.5.8
  NewCops: enable

Layout/LineLength:
  Enabled: True
  Max: 120

Style/HashEachMethods:
  Enabled: True

Style/HashTransformKeys:
  Enabled: True

Style/HashTransformValues:
  Enabled: True

Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: True

Layout/SpaceAroundMethodCallOperator:
  Enabled: True

Lint/DeprecatedOpenSSLConstant:
  Enabled: True

Lint/DuplicateElsifCondition:
  Enabled: True

Lint/MixedRegexpCaptureTypes:
  Enabled: True

Lint/RaiseException:
  Enabled: True

Lint/StructNewOverride:
  Enabled: True

Style/AccessorGrouping:
  Enabled: True

Style/ArrayCoercion:
  Enabled: True

Style/BisectedAttrAccessor:
  Enabled: True

Style/CaseLikeIf:
  Enabled: True

Style/ExponentialNotation:
  Enabled: True

Style/HashAsLastArrayItem:
  Enabled: True

Style/HashLikeCase:
  Enabled: True

Style/RedundantAssignment:
  Enabled: True

Style/RedundantFetchBlock:
  Enabled: True

Style/RedundantFileExtensionInRequire:
  Enabled: True

Style/RedundantRegexpCharacterClass:
  Enabled: True

Style/RedundantRegexpEscape:
  Enabled: True

Style/SlicingWithRange:
  Enabled: False

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ledger_sync-1.8.1 .rubocop.yml
ledger_sync-1.8.0 .rubocop.yml
ledger_sync-1.7.0 .rubocop.yml
ledger_sync-1.6.0 .rubocop.yml
ledger_sync-1.5.2 .rubocop.yml
ledger_sync-1.5.1 .rubocop.yml
ledger_sync-1.5.0 .rubocop.yml