Sha256: 48c368965e9f61f91b38038edc08a755e4cc719fc34dba37f79623757766207d

Contents?: true

Size: 490 Bytes

Versions: 2

Compression:

Stored size: 490 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.5
  Exclude:
    - config/**/*
    - vendor/**/*

Style/Documentation:
  Enabled: false

Metrics/AbcSize:
  Exclude:
    - lib/gman/importer.rb

Metrics/ClassLength:
  Exclude:
    - lib/gman/importer.rb
    - test/**/*

Metrics/ClassLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Style/AccessModifierDeclarations:
  Exclude:
    - lib/gman/identifier.rb

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gman-7.0.5 .rubocop.yml
gman-7.0.4 .rubocop.yml