Sha256: 941aab5684cc678a36ea7dd9e3446353c44b9b56dae3e2d57f80523bd9c7f656

Contents?: true

Size: 1.14 KB

Versions: 30

Compression:

Stored size: 1.14 KB

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  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

30 entries across 30 versions & 5 rubygems

Version Path
ledger_sync-netsuite-0.3.1 .rubocop.yml
ledger_sync-quickbooks_online-0.2.1 .rubocop.yml
ledger_sync-quickbooks_online-0.2.0 .rubocop.yml
ledger_sync-netsuite-0.3.0 .rubocop.yml
ledger_sync-quickbooks_online-0.1.1 .rubocop.yml
ledger_sync-netsuite-0.2.0 .rubocop.yml
ledger_sync-netsuite-0.1.1 .rubocop.yml
ledger_sync-stripe-0.1.0 .rubocop.yml
ledger_sync-template_ledger-0.1.0 .rubocop.yml
ledger_sync-xero-0.1.0 .rubocop.yml