contao-community-alliance/coding-standard

此包已被弃用,不再维护。作者建议使用 phpcq/coding-standard 包。

contao社区联盟编码标准

dev-master / 1.0.x-dev 2014-12-04 04:50 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:39:44 UTC


README

![构建状态](https://travis-ci.org/contao-community-alliance/coding-standard.svg?style=flat-square&label=稳定构建) 最新版本标签 Packagist上的最新版本 每月通过composer安装量

编码标准

此存储库包含Contao社区联盟的编码标准定义和风格检查规则。

这些规则适用于 phpcsphpmd

使用方法

最方便的使用方法是使用 CCABS。只需将以下内容放入项目的 build.default.properties 文件中

phpcs.standard=${basedir}/vendor/contao-community-alliance/coding-standard/phpcs/ContaoCommunityAlliance/ruleset.xml
phpmd.ruleset=${basedir}/vendor/contao-community-alliance/coding-standard/phpmd/ruleset.xml