Sha256: c349e8fe8c2911704314cb136a155bace094cc15d7ed56736895bcb6f0a08290

Contents?: true

Size: 796 Bytes

Versions: 7

Compression:

Stored size: 796 Bytes

Contents

Layout/ExtraSpacing:
  Enabled: false

Layout/SpaceAroundOperators:
  Enabled: false

Layout/SpaceInsideHashLiteralBraces:
  Enabled: false

Layout/TrailingBlankLines:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
    - 'sync_machine_mongoid.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

7 entries across 7 versions & 1 rubygems

Version Path
sync_machine_mongoid-0.8.1 .rubocop.yml
sync_machine_mongoid-0.8.0 .rubocop.yml
sync_machine_mongoid-0.7.0 .rubocop.yml
sync_machine_mongoid-0.6.0 .rubocop.yml
sync_machine_mongoid-0.5.0 .rubocop.yml
sync_machine_mongoid-0.4.0 .rubocop.yml
sync_machine_mongoid-0.3.0 .rubocop.yml