Sha256: 852f712b253f06f90228a3bd94cf04cc2156397bff4d0e3e823b013dc507d55d

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

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

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/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

Metrics/LineLength:
  Max: 140
  AllowURI: true

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
tableware-0.1.3 .rubocop-https---raw-githubusercontent-com-dvmtn-house-style-master-rubocop-yml
tableware-0.1.2 .rubocop-https---raw-githubusercontent-com-dvmtn-house-style-master-rubocop-yml
tableware-0.1.1 .rubocop-https---raw-githubusercontent-com-dvmtn-house-style-master-rubocop-yml
milight-easybulb-1.0.0 .rubocop-https---raw-githubusercontent-com-dvmtn-house-style-master-rubocop-yml
tableware-0.1.0 .rubocop-https---raw-githubusercontent-com-dvmtn-house-style-master-rubocop-yml