Sha256: a248080cc6bbc0489e99a72c58f00e2b033ea0707d7c2afc687d8f62c3530582

Contents?: true

Size: 864 Bytes

Versions: 5

Compression:

Stored size: 864 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

Lint/HandleExceptions:
  Exclude:
    - Rakefile
    - spec/spec_helper.rb

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fhwang-wisper-mongoid-0.3.0 .rubocop.yml
fhwang-wisper-mongoid-0.2.4 .rubocop.yml
fhwang-wisper-mongoid-0.2.3 .rubocop.yml
fhwang-wisper-mongoid-0.2.2 .rubocop.yml
fhwang-wisper-mongoid-0.2.1 .rubocop.yml