mirror of
http://124.126.16.154:8888/singularity/hdk-pay.git
synced 2026-01-15 07:15:06 +08:00
7 lines
214 B
Bash
Executable File
7 lines
214 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# 代码风格检查脚本
|
|
|
|
# 检查代码风格,只使用配置文件中定义的规则
|
|
./run-in-docker.sh vendor/bin/php-cs-fixer check src/ --allow-risky=yes --config=.php-cs-fixer.dist.php
|