Sha256: f45938b9c511333fd04718354beea7d6965fecdc522c9f490fa467e8a73604ca

Contents?: true

Size: 607 Bytes

Versions: 4

Compression:

Stored size: 607 Bytes

Contents

require:
 - rubocop-bridgetown
 - rubocop-minitest
 - rubocop-rake

inherit_gem:
  rubocop-bridgetown: .rubocop.yml

AllCops:
  TargetRubyVersion: 3.0
  NewCops: enable

  Exclude:
    - .gitignore
    - .rubocop.yml
    - "*.gemspec"

    - Gemfile.lock
    - CHANGELOG.md
    - LICENSE.txt
    - README.md
    - Rakefile

    - bin/**/*
    - test/fixtures/**/*
    - vendor/**/*

Layout/MultilineBlockLayout:
  Enabled: false

Metrics/AbcSize:
  Exclude:
  - test/**/*.rb

Metrics/ClassLength:
  Exclude:
  - test/**/*.rb

Metrics/MethodLength:
  Exclude:
  - test/**/*.rb

Layout/LineLength:
  Max: 120

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lifeform-0.15.0 .rubocop.yml
lifeform-0.14.0 .rubocop.yml
lifeform-0.13.0 .rubocop.yml
lifeform-0.12.0 .rubocop.yml