Sha256: 08c23cf1143870f1780a65c8a1703c4bd2788ab7ff534eed83c5185db1223676

Contents?: true

Size: 371 Bytes

Versions: 21

Compression:

Stored size: 371 Bytes

Contents

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

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

Layout/LineLength:
  Max: 160

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
expressir-1.2.5-aarch64-linux .rubocop.yml