Sha256: d477768d38b779dd64f3c1b38988862439fc472dbbc9fceb098db2ab5c9cb03a

Contents?: true

Size: 1.47 KB

Versions: 7

Compression:

Stored size: 1.47 KB

Contents

Style/ClassCheck:
  EnforcedStyle: kind_of?

Metrics/LineLength:
  Max: 80

Style/BlockDelimiters:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Style/PerlBackrefs:
  Enabled: false

ClassLength:
  Enabled: false

CyclomaticComplexity:
  Enabled: false

Documentation:
  Enabled: false

Encoding:
  Enabled: false

FileName:
  Enabled: false

IfUnlessModifier:
  Enabled: false

MethodLength:
  Enabled: false

ModuleFunction:
  Enabled: false

OneLineConditional:
  Enabled: false

ParameterLists:
  Enabled: false

Proc:
  Enabled: false

SingleLineBlockParams:
  Enabled: false

VariableInterpolation:
  Enabled: false

TrailingComma:
  Enabled: false

WhileUntilModifier:
  Enabled: false

PredicateName:
  NamePrefixBlacklist:
    - is_

StringLiterals:
  EnforcedStyle: double_quotes
  SupportedStyles:
    - single_quotes
    - double_quotes

DotPosition:
  EnforcedStyle: leading

SpaceBeforeBlockBraces:
  EnforcedStyle: space

SpaceInsideBlockBraces:
  EnforcedStyle: no_space

DoubleNegation:
  Enabled: false

SpaceInsideBlockBraces:
  SpaceBeforeBlockParameters: false

SpaceInsideHashLiteralBraces:
  Enabled: false

PercentLiteralDelimiters:
  PreferredDelimiters:
    '%':  '[]'
    '%i': '[]'
    '%q': '[]'
    '%Q': '[]'
    '%r': '[]'
    '%s': '[]'
    '%w': '[]'
    '%W': '[]'
    '%x': '[]'

Style/CollectionMethods:
  PreferredMethods:
    collect: 'map'
    collect!: 'map!'
    inject: 'reduce'
    detect: 'find'
    find_all: 'select'

Version data entries

7 entries across 6 versions & 1 rubygems

Version Path
browser-2.2.0 .hound.yml
browser-2.1.0 .hound.yml
browser-2.0.3 .hound.yml
browser-2.0.2 .hound.yml
browser-2.0.1 .hound.yml
browser-2.0.0.rc1 .hound.yml
browser-2.0.0.rc1 .rubocop.yml