wol-soft/php-json-schema-model-generator

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
plugins:
  phpmd:
    enabled: true
    config:
      file_extensions: "php"
      rulesets: "phpmd.xml"
  phpcodesniffer:
    enabled: true
  phan:
    enabled: true
    config:
      file_extensions: "php"
      ignore-undeclared: true
  sonar-php:
    enabled: true
    config:
      tests_patterns:
        - tests/**