Sha256: 24cf46976e47aa34ddc1c31dd27da159efc9aa956cbba58be65ea6e402f979c2

Contents?: true

Size: 1.76 KB

Versions: 13

Compression:

Stored size: 1.76 KB

Contents

AllCops:
  TargetRubyVersion: 2.2
  Exclude:
    - bin/*
    - db/schema.rb
    - db/migrate/**/*
    - test/fixtures/**/*
    - tmp/**/*

# -- Performance ---------------------------------------------------------------
Performance/Casecmp:
  Enabled: false

# -- Metrics -------------------------------------------------------------------
Metrics/PerceivedComplexity:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Metrics/LineLength:
  Max: 120

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

# -- Layout --------------------------------------------------------------------
Layout/MultilineOperationIndentation:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/MultilineHashBraceLayout:
  Enabled: false

Layout/IndentArray:
  EnforcedStyle: consistent

Layout/EmptyLinesAroundModuleBody:
  EnforcedStyle: empty_lines_except_namespace

Layout/EmptyLinesAroundExceptionHandlingKeywords:
  Enabled: false

Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines_except_namespace

Layout/AlignParameters:
  Enabled: false

Layout/AccessModifierIndentation:
  EnforcedStyle: outdent

# -- Style ---------------------------------------------------------------------
Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/RegexpLiteral:
  EnforcedStyle: percent_r

Style/Lambda:
  EnforcedStyle: literal

Style/IfUnlessModifier:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/DateTime:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/AsciiComments:
  Enabled: false

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
comfortable_mexican_sofa-2.0.12 .rubocop.yml
comfy_blog-2.0.5 .rubocop.yml
comfortable_mexican_sofa-2.0.11 .rubocop.yml
comfortable_mexican_sofa-2.0.10 .rubocop.yml
comfortable_mexican_sofa-2.0.9 .rubocop.yml
comfortable_mexican_sofa-2.0.8 .rubocop.yml
comfortable_mexican_sofa-2.0.7 .rubocop.yml
comfortable_mexican_sofa-2.0.6 .rubocop.yml
comfortable_mexican_sofa-2.0.5 .rubocop.yml
comfy_blog-2.0.4 .rubocop.yml
comfortable_mexican_sofa-2.0.4 .rubocop.yml
comfy_blog-2.0.3 .rubocop.yml
comfortable_mexican_sofa-2.0.3 .rubocop.yml