Sha256: 05f2453a1d3a1ad90b58bfa21a86c9ba878e45a3d8d7e0b8127c6c5f6c8cdd2c

Contents?: true

Size: 1.89 KB

Versions: 14

Compression:

Stored size: 1.89 KB

Contents

AllCops:
  TargetRubyVersion: 2.3
  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

# -- Naming --------------------------------------------------------------------
Naming/UncommunicativeMethodParamName:
  Enabled: false

Version data entries

14 entries across 14 versions & 6 rubygems

Version Path
comfortable_mexican_sofa-2.0.19 .rubocop.yml
PixelForce_ETS-0.0.2 .rubocop.yml
PixelForce_ETS-0.0.1 .rubocop.yml
kcyEtsTest2-0.0.4 .rubocop.yml
kcyEtsTest2-0.0.3 .rubocop.yml
kcyEtsTest2-0.0.2 .rubocop.yml
kcyEtsTest2-0.0.1 .rubocop.yml
kcyEtsTest-0.0.1 .rubocop.yml
kcyEtsTest-2.2.19 .rubocop.yml
ComfortableMexicanSofa-2.0.18 .rubocop.yml
kcy1-1.0 .rubocop.yml
comfortable_mexican_sofa-2.0.18 .rubocop.yml
comfortable_mexican_sofa-2.0.17 .rubocop.yml
comfortable_mexican_sofa-2.0.16 .rubocop.yml