更新自动化规则
All checks were successful
Tests / PHP (pull_request) Successful in 1m17s

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

View File

@ -30,9 +30,11 @@ jobs:
- name: '检查命名问题'
run: phpmd ./ text naming
continue-on-error: true
- name: '检查设计问题'
run: phpmd ./ text naming design
continue-on-error: true
- name: '检查代码规模是否过大'
run: phpmd ./ text codesize