Sha256: b7d7e422466258f1a59c7ddf35056a3bcde160699cc11046990940c2aca57b57

Contents?: true

Size: 718 Bytes

Versions: 2

Compression:

Stored size: 718 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  NewCops: enable

Style/Documentation:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - spec/**/*
    - coconductor.gemspec

Layout/LineLength:
  Exclude:
    - lib/coconductor/project_files.rb
    - lib/coconductor/commands/*
    - script/vendor-codes-of-conduct

Metrics/ClassLength:
  Exclude:
    - lib/coconductor/code_of_conduct.rb

Metrics/PerceivedComplexity:
  Exclude:
    - lib/coconductor/commands/*

Metrics/CyclomaticComplexity:
  Exclude:
    - lib/coconductor/commands/*

Metrics/AbcSize:
  Exclude:
    - lib/coconductor/commands/*

Metrics/MethodLength:
  Exclude:
    - lib/coconductor/commands/*

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
coconductor-0.10.1 .rubocop.yml
coconductor-0.10.0 .rubocop.yml