Sha256: 7679c2877ff242dd66699cc112789c78f697fd9939eb54233bebf5c048e28219

Contents?: true

Size: 1.38 KB

Versions: 1

Compression:

Stored size: 1.38 KB

Contents

require:
  # - rubocop-rails
  # - rubocop-minitest

AllCops:
  TargetRubyVersion: 3.0
  NewCops: enable
  Exclude:
    - bin/*
    - db/schema.rb
    - db/migrate/**/*
    - test/fixtures/**/*
    - tmp/**/*
    - vendor/bundle/**/*

# -- Layout --------------------------------------------------------------------
Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent

Layout/LineLength:
  Max: 148

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/AccessModifierIndentation:
  EnforcedStyle: outdent

# -- Metrics -------------------------------------------------------------------
Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Max: 45

Metrics/ClassLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Max: 12

Metrics/MethodLength:
  Enabled: false

Metrics/PerceivedComplexity:
  Max: 15

# -- Naming --------------------------------------------------------------------
Naming/MethodParameterName:
  Enabled: false

# -- Style ---------------------------------------------------------------------
Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/DocumentDynamicEvalDefinition:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/Lambda:
  EnforcedStyle: literal

Style/OptionalBooleanParameter:
  Enabled: false

Style/SafeNavigation:
  Enabled: false

Style/RegexpLiteral:
  EnforcedStyle: percent_r

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
comfortable_media_surfer-3.0.0 .rubocop.yml