setasign/phpcs-teamcity-report 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

setasign/phpcs-teamcity-report

最新稳定版本:v1.0.1

Composer 安装命令:

composer require setasign/phpcs-teamcity-report

包简介

README 文档

README

A phpcs reporter for teamcity using the inspection service messages

Usage

Note that you have to install the report script the same way as PHP_CodeSniffer. At the moment we only support composer.

So use:

composer global require "setasign/phpcs-teamcity-report=*"

Or:

{
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.0",
        "setasign/phpcs-teamcity-report": "^1.0"
    }
}

To use the report just add the following parameter to your code sniffer call:

--report=\setasign\PhpcsTeamcityReport\TeamcityReport

Drawbacks

At the moment all inspections are in the category "CodeSniffer" without a description or a 'readable' name. Due to a missing easy way to extract these from CodeSniffer.

统计信息

  • 总下载量: 37.32k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-10-24