vikpe/php-html-heading-normalizer

View on GitHub
.codeclimate.yml

Summary

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