Sha256: 90d1d2fb324a0eef04eec73bc41d2186d9a0d875b0f513284217d052ac3a9862

Contents?: true

Size: 983 Bytes

Versions: 3

Compression:

Stored size: 983 Bytes

Contents

Style/Documentation:
  Enabled: false

Style/DocumentationMethod:
  Enabled: false

Style/ModuleFunction:
  Enabled: false

Style/Lambda:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/MethodLength:
  Max: 15

Layout/LineLength:
  Max: 150

Layout/FirstArrayElementIndentation:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  Enabled: false

Style/MutableConstant:
  Enabled: true

Layout/FirstHashElementIndentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: true
  SafeAutoCorrect: true
  Exclude:
    - bin/**/*
    - config.ru
    - Gemfile
    - Rakefile

AllCops:
  DisabledByDefault: false
  NewCops: enable
  TargetRubyVersion: 3.1
  Exclude:
    - 'spec/factories/*.rb'
    - 'db/schema.rb'

Lint/AmbiguousBlockAssociation:
  Exclude:
    - 'spec/**/*.rb'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%i': '()'

Lint/DeprecatedConstants:
  Enabled: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
revector-0.1.2 .rubocop.yml
revector-0.1.1 .rubocop.yml
revector-0.1.0 .rubocop.yml