Sha256: d421da16566aa3f0b969f5867376ebae6622cd76f3e89bfcdc4e30c5bce69168

Contents?: true

Size: 1.64 KB

Versions: 7

Compression:

Stored size: 1.64 KB

Contents

Layout/EmptyLineBetweenDefs:
  AllowAdjacentOneLineDefs: true
Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent
Layout/FirstHashElementIndentation:
  EnforcedStyle: consistent
Layout/MultilineOperationIndentation:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented
Layout/LineLength:
  Max: 120
  Details: >-
    If lines are too short, methods become hard to read because you must
    constantly jump from line to line. If lines are too long, following
    the flow can be hard because it becomes harder to scan back and
    locate the start of the next line. 80 characters is generally a bit
    too short; 120 characters is a good compromise.
Style/AccessModifierDeclarations:
  Enabled: false
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/CollectionMethods:
  Enabled: true
Style/CommandLiteral:
  EnforcedStyle: mixed
Style/Copyright:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/GuardClause:
  MinBodyLength: 3
Style/HashSyntax:
  EnforcedStyle: ruby19_no_mixed_keys
Style/MethodCalledOnDoEndBlock:
  Enabled: true
Style/NonNilCheck:
  IncludeSemanticChanges: true
Style/NumericLiterals:
  MinDigits: 6
Style/SignalException:
  EnforcedStyle: semantic
Style/StringLiterals:
  EnforcedStyle: 'single_quotes'
  Enabled: true
Style/StringMethods:
  Enabled: true

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
house_style-2.3.0 ruby/style.yml
house_style-2.2.1 ruby/style.yml
house_style-2.2.0 ruby/style.yml
house_style-2.1.0 ruby/style.yml
house_style-2.0.2 ruby/style.yml
house_style-2.0.1 ruby/style.yml
house_style-2.0.0 ruby/style.yml