pbxg33k/phpmd-code-climate-renderer

A PHPMD renderer for outputing results in JSON compliant to Code Climate spec. Primary use for in GitLab CI/CD

dev-master 2019-02-15 10:26 UTC

This package is auto-updated.

Last update: 2024-04-16 00:18:24 UTC


README

WARNING This project is currently in the alpha stage of development and is not recommended to be used as it might change without prior notice.

This project is a renderer for the PHP-MD project generating output that can be used in GitLab-CI for example.

Installation

Installation using Composer is the recommended way

composer require pbxg33k/phpmd-code-climate-renderer --dev

Usage

example

vendor/bin/phpmd src Pbxg33k\\PhpmdCodeClimate\\CodeClimateRenderer phpmd.xml

TODO

  • Extend this README
  • Add LICENSE
  • Add Unit Tests