Sha256: de8ba15b0650ce8a0f28f333cadabfa5abfe649cba339bb7dcb195d9c1f32dc4

Contents?: true

Size: 1.31 KB

Versions: 2

Compression:

Stored size: 1.31 KB

Contents

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

# -- 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: 12

# -- 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

2 entries across 2 versions & 1 rubygems

Version Path
occams-1.0.3 .rubocop.yml
occams-1.0.2 .rubocop.yml