Sha256: 2d988917cc734a0507b6cab22749148a44511ffaa7dbf0fd13d31f5f9e42cc5b

Contents?: true

Size: 1.27 KB

Versions: 2

Compression:

Stored size: 1.27 KB

Contents

Style/BlockDelimiters:
  EnforcedStyle: semantic
  FunctionalMethods:
    - before
    - given
    - given!
    - watch
    - times
    - try
    # logger methods that can take blocks
    - debug
    - error
    - info
    - warning
    # Rubocop defaults which may otherwise be overwritten
    - let
    - let!
    - subject
    - watch
Style/BracesAroundHashParameters:
  EnforcedStyle: context_dependent
  Details: >-
    When the last (or only) argument to a method is a Hash,
    omit the { } braces. The exception is if the preceding
    argument is also a Hash.
Style/CollectionMethods:
  Enabled: true
Style/CommandLiteral:
  EnforcedStyle: mixed
Style/Copyright:
  Enabled: false
Style/Documentation:
  Enabled: false
Layout/EmptyLineBetweenDefs:
  AllowAdjacentOneLineDefs: true
Style/FrozenStringLiteralComment:
  Enabled: false
Style/GuardClause:
  MinBodyLength: 3
Style/HashSyntax:
  EnforcedStyle: ruby19_no_mixed_keys
Layout/IndentHash:
  EnforcedStyle: consistent
Style/MethodCalledOnDoEndBlock:
  Enabled: true
Layout/MultilineOperationIndentation:
  Enabled: false
Style/NonNilCheck:
  IncludeSemanticChanges: true
Style/NumericLiterals:
  MinDigits: 6
Style/SignalException:
  EnforcedStyle: semantic
Style/StringLiterals:
  Enabled: false
Style/StringMethods:
  Enabled: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
house_style-1.5.0 ruby/style.yml
house_style-1.4.0 ruby/style.yml