Sha256: b0fe072e8214508451e75b926812c89762c5044b28ef4d658013a8c1fdebc6cb

Contents?: true

Size: 617 Bytes

Versions: 6

Compression:

Stored size: 617 Bytes

Contents

require:
  - rubocop-performance

AllCops:
  UseCache: true
  CacheRootDirectory: './tmp/cache'
  TargetRubyVersion: 2.5

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

Metrics/ModuleLength:
  Exclude:
    - spec/**/*.rb

Metrics/LineLength:
  Exclude:
    - ./attr-gather.gemspec
    - ./bin/**/*
    - ./examples/**/*

Naming/FileName:
  Exclude:
    - ./lib/attr-gather.rb

Style/Documentation:
  Exclude:
    - ./examples/**/*
    - ./spec/**/*

Metrics/CyclomaticComplexity:
  Exclude:
    - ./lib/attr/gather/workflow/dsl.rb

Metrics/PerceivedComplexity:
  Exclude:
    - ./lib/attr/gather/workflow/dsl.rb

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
attr-gather-1.2.0 .rubocop.yml
attr-gather-1.1.3 .rubocop.yml
attr-gather-1.1.2 .rubocop.yml
attr-gather-1.1.1 .rubocop.yml
attr-gather-1.1.0 .rubocop.yml
attr-gather-1.0.0 .rubocop.yml