skybluesofa/hashtagify

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
PHP: true

engines:
  duplication:
    enabled: true
    config:
      languages:
      - php
  fixme:
    enabled: true
  phpmd:
    enabled: true
    checks:
      CleanCode/StaticAccess:
        enabled: false
ratings:
  paths:
  - "**.php"
exclude_paths:
  - "tests/"
  - "tests/**.php"
  - "**/vendor/"
  - "**/vendor/**.php"