Signed-off-by: XiaoLFeng <gm@x-lf.cn>
This commit is contained in:
parent
30150f5db0
commit
6aa7f97866
|
@ -30,9 +30,11 @@ jobs:
|
||||||
|
|
||||||
- name: '检查命名问题'
|
- name: '检查命名问题'
|
||||||
run: phpmd ./ text naming
|
run: phpmd ./ text naming
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: '检查设计问题'
|
- name: '检查设计问题'
|
||||||
run: phpmd ./ text naming design
|
run: phpmd ./ text naming design
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: '检查代码规模是否过大'
|
- name: '检查代码规模是否过大'
|
||||||
run: phpmd ./ text codesize
|
run: phpmd ./ text codesize
|
||||||
|
|
Loading…
Reference in New Issue
Block a user