Sha256: afc2a07e05626193772480d8e4a4737f441fd59890cf2855b43ae406144d2452

Contents?: true

Size: 1.21 KB

Versions: 2

Compression:

Stored size: 1.21 KB

Contents

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

Rails:
  Enabled: true

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

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/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tableware-0.2.1 .rubocop-https---raw-githubusercontent-com-dvmtn-house-style-master-rubocop-yml
tableware-0.2.0 .rubocop-https---raw-githubusercontent-com-dvmtn-house-style-master-rubocop-yml