文件名称:static-review:版本控制挂钩的可扩展框架
文件大小:41KB
文件格式:ZIP
更新时间:2024-02-19 11:50:03
php code-review review-tools git-hooks command-line-tool
静态审查 这个包裹被遗弃了 :police_car_light: 。 请参阅以获取替代方法。 版本控制挂钩的可扩展框架。 用法 对于管理的项目,您只需运行以下命令即可... $ composer require sjparkinson/static-review 然后可以像这样安装钩子... $ vendor/bin/static-review.php hook:install vendor/sjparkinson/static-review/hooks/example-pre-commit.php .git/hooks/pre-commit 否则,如果您不使用作曲家... $ git clone https://github.com/sjparkinson/static-review.git $ cd static-review/ $ composer install --no-dev --optimize-autoloader $ bin/static-review.php hook:install hooks/example-pre-commit.php ~ /..
【文件预览】:
static-review-master
----src()
--------Command()
--------Reporter()
--------Issue()
--------Collection()
--------VersionControl()
--------Review()
--------File()
--------StaticReview.php(3KB)
--------Commit()
----bin()
--------static-review(379B)
--------static-review.php(1KB)
----LICENSE(1KB)
----composer.json(2KB)
----hooks()
--------static-review-commit-msg.php(2KB)
--------php-pre-commit.php(2KB)
--------static-review-pre-commit.php(2KB)
--------example-pre-commit.php(1KB)