Sha256: e94ec16a95615f9a6cdf9357c485b90e300897ea4061c114e1d6c2c39fdc12fb

Contents?: true

Size: 1.89 KB

Versions: 2

Compression:

Stored size: 1.89 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'
    - 'spec/**/*_spec.rb'
    - 'spec/factories/**/*.rb'
    - 'spec/spec_helper.rb'
    - 'spec/support/shared_examples/*.rb'

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

Security/Eval:
  Enabled: true

Security/MarshalLoad:
  Enabled: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rake-n-bake-2.1.4 .rubocop-https---raw-githubusercontent-com-dvmtn-house-style-master-rubocop-yml
rake-n-bake-2.1.3 .rubocop-https---raw-githubusercontent-com-dvmtn-house-style-master-rubocop-yml