Sha256: 49f228ff1fac942f75839505f45f84d1cbbb39ac6806612c79b4eb523379067f

Contents?: true

Size: 1.76 KB

Versions: 19

Compression:

Stored size: 1.76 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

Version data entries

19 entries across 19 versions & 8 rubygems

Version Path
PixelForce_FyBlog-0.0.2 .rubocop.yml
PixelForce_FyBlog-0.0.1 .rubocop.yml
PixelForce_ComfyBlog-0.0.1 .rubocop.yml
EtsComfyBlog-0.0.4 .rubocop.yml
EtsComfyBlog-0.0.3 .rubocop.yml
EtsComfyBlog-0.0.2 .rubocop.yml
EtsComfyBlog-0.0.1 .rubocop.yml
ets_comfy_blog-0.0.1 .rubocop.yml
kcy_comfy_blog-2.0.7 .rubocop.yml
meetalendar-0.1.0 .rubocop.yml
meetalendar-0.0.4 .rubocop.yml
meetalendar-0.0.3 .rubocop.yml
meetalendar-0.0.2 .rubocop.yml
meetalendar-0.0.1 .rubocop.yml
comfy_blog-2.0.7 .rubocop.yml
comfortable_mexican_sofa-2.0.15 .rubocop.yml
comfy_blog-2.0.6 .rubocop.yml
comfortable_mexican_sofa-2.0.14 .rubocop.yml
comfortable_mexican_sofa-2.0.13 .rubocop.yml