Sha256: b3f0a6162ff54d933d68eff18d7ad0935440a64cb195d61ba9a3ea46f67a69ce

Contents?: true

Size: 788 Bytes

Versions: 10

Compression:

Stored size: 788 Bytes

Contents

Layout/ExtraSpacing:
  Enabled: false

Layout/SpaceAroundOperators:
  Enabled: false

Layout/SpaceInsideHashLiteralBraces:
  Enabled: false

Layout/TrailingBlankLines:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
    - 'sync_machine.gemspec'

Metrics/LineLength:
  Max: 100

# Handled by Reek
Metrics/MethodLength:
  Enabled: false

Style/BlockDelimiters:
  Enabled: false

Style/EmptyMethod:
  Exclude:
    - 'spec/**/*'

Style/ExpandPathArguments:
  Enabled: false

Style/MethodMissing:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: false

Style/RandomWithOffset:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Style/SymbolProc:
  Exclude:
    - 'spec/**/*'

Style/UnneededPercentQ:
  Enabled: false

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
sync_machine-1.0.0 .rubocop.yml
sync_machine-0.8.1 .rubocop.yml
sync_machine-0.8.0 .rubocop.yml
sync_machine-0.7.0 .rubocop.yml
sync_machine-0.6.0 .rubocop.yml
sync_machine-0.5.0 .rubocop.yml
sync_machine-0.4.0 .rubocop.yml
sync_machine-0.3.0 .rubocop.yml
sync_machine-0.2.0 .rubocop.yml
sync_machine-0.1.0 .rubocop.yml