Sha256: 605431386de49323beeb88038eca829d22b9adfa2f4f60d87d3adb6b70dbda4c

Contents?: true

Size: 1.76 KB

Versions: 2

Compression:

Stored size: 1.76 KB

Contents

AllCops:
  Include:
    - '**/Rakefile'
    - '**/config.ru'
  Exclude:
    - 'ansible/**/*'
    - 'db/**/*'
    - 'config/**/*'
    - 'script/**/*'
    - 'tmp/**/*'
    - 'vendor/**/*'
    - 'bin/**/*'
    - 'log/**/*'
    - 'node_modules/**/*'


#############################################
# Layout
#

Layout/AlignHash:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table
  EnforcedLastArgumentHashStyle: ignore_implicit
  SupportedLastArgumentHashStyles: ignore_implicit

Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines

Layout/SpaceBeforeBlockBraces:
  Enabled: false

#############################################
# Style
#

Style/DefWithParentheses:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/MethodDefParentheses:
  Enabled: false

Style/Encoding:
  Enabled: false

Style/SingleLineBlockParams:
  Enabled: false

Style/EmptyCaseCondition:
  Enabled: false

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%': '""'
    '%i': '[]'
    '%q': "''"
    '%Q': '""'
    '%r': '()'
    '%s': '[]'
    '%w': '[]'
    '%W': '[]'
    '%x': '()'

Style/PredicateName:
  NamePrefixBlacklist:
    - is_
    - has_
    - have_
    - the_
    - a_
    - should_

Style/SignalException:
  EnforcedStyle: only_raise

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Style/VariableNumber:
  EnforcedStyle: snake_case

Style/VariableName:
  Enabled: true

Style/FileName:
  Exclude:
    - 'Gemfile'
    - 'Guardfile'

#############################################
# Metrics
#

Metrics/LineLength:
  Exclude:
    - 'spec/**/*'
  Max: 140
  AllowURI: true

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'

#############################################
# Security
#

Security/Eval:
  Enabled: true

Security/MarshalLoad:
  Enabled: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tableware-1.0.0 .rubocop-https---raw-githubusercontent-com-dvmtn-house-style-master-rubocop-yml
tableware-0.3.2 .rubocop-https---raw-githubusercontent-com-dvmtn-house-style-master-rubocop-yml