Sha256: 7048056e14c85f12d250ea9b34a3578c69650acd97210cd15cfa413d0bfa112c

Contents?: true

Size: 289 Bytes

Versions: 4

Compression:

Stored size: 289 Bytes

Contents

version: "2"
plugins:
  rubocop:
    enabled: true
  reek:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
        ruby:
          mass_threshold: 35
exclude_patterns:
  - coverage/
  - docs/
  - features/
  - logo/
  - pkg/
  - samples/
  - spec/
  - tmp/

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
reek-5.0.0 .codeclimate.yml
reek-4.8.2 .codeclimate.yml
reek-4.8.1 .codeclimate.yml
reek-4.8.0 .codeclimate.yml