更新自动化规则

Signed-off-by: XiaoLFeng <gm@x-lf.cn>
This commit is contained in:
筱锋xiao_lfeng 2023-06-30 13:22:57 +08:00
parent 721e1e90c5
commit 30150f5db0

View File

@ -28,9 +28,6 @@ jobs:
coverage: none
tools: phpmd
- name: '检查是否存在未使用代码'
run: phpmd ./ text unusedcode
- name: '检查命名问题'
run: phpmd ./ text naming