mirror of
http://124.126.16.154:8888/singularity/hdk-pay.git
synced 2026-01-15 05:35:08 +08:00
7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# 代码静态分析脚本
|
|
|
|
# 运行完整的代码静态分析
|
|
./run-in-docker.sh vendor/bin/phpstan analyse app/ tests/
|