Sha256: 06b2ac8e4276e29262efa81b57d6d2a6f0163a3846319d5254112664873724ec

Contents?: true

Size: 1.21 KB

Versions: 11

Compression:

Stored size: 1.21 KB

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - "documentation/site/_plugins/**/*"
    - "vendor/**/*"
  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

11 entries across 11 versions & 1 rubygems

Version Path
ledger_sync-2.6.0 .rubocop.yml
ledger_sync-2.5.0 .rubocop.yml
ledger_sync-2.4.4 .rubocop.yml
ledger_sync-2.3.1 .rubocop.yml
ledger_sync-2.2.3 .rubocop.yml
ledger_sync-2.2.1 .rubocop.yml
ledger_sync-2.2.0 .rubocop.yml
ledger_sync-2.0.2 .rubocop.yml
ledger_sync-2.0.1 .rubocop.yml
ledger_sync-2.0.0 .rubocop.yml
ledger_sync-2.0.0.pre.1 .rubocop.yml