Sha256: adcc44348b41fc4d7e9d53626b757201ab2cd8981f40222eb5e3128b4e1a5f20

Contents?: true

Size: 471 Bytes

Versions: 1

Compression:

Stored size: 471 Bytes

Contents

engines:
  bundler-audit:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby
  fixme:
    enabled: true
  rubocop:
    enabled: true
plugins:
  bundler-audit:
    enabled: true
  rubocop:
    enabled: true
  fixme:
    enabled: true
    config:
      strings:
      - FIXME
      - BUG
ratings:
  paths:
  - "**.rb"
exclude_paths:
- "ext/"
- "ports/"
- "test/"
- "tmp/"
exclude_patterns:
- "features/"
- "script/"
- "**/vendor/"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cryptoprocessing-0.6.1 .codeclimate.yml