Sha256: c1bfbe081ac0416784f5bb4eb15a7f790ab9f9de4a4da360ded20bc5f817786a

Contents?: true

Size: 411 Bytes

Versions: 2

Compression:

Stored size: 411 Bytes

Contents

inherit_from:
  - .rubocop_todo.yml
  - https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable
  SuggestExtensions: false
  Exclude:
    - 'vendor/**/*'
    - 'expressir.gemspec'
    - 'tmp/**/*'
    - 'pkg/**/*'
    - 'exe/format-test'
    - 'lib/expressir/express/**/*'
    - 'lib/expressir/model/**/*'

Layout/LineLength:
  Max: 160

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
expressir-2.1.0 .rubocop.yml
expressir-2.0.0 .rubocop.yml