Skip to content

修复niuniu的已知问题,添加新玩法牛牛商店 #1644

修复niuniu的已知问题,添加新玩法牛牛商店

修复niuniu的已知问题,添加新玩法牛牛商店 #1644

Triggered via pull request September 25, 2024 15:06
@xyy0411xyy0411
synchronize #974
Status Failure
Total duration 1m 13s
Artifacts

pull.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: plugin/niuniu/utils.go#L71
use of `fmt.Errorf` forbidden by pattern `^fmt\.Errorf$` (forbidigo)
lint: plugin/niuniu/utils.go#L108
use of `fmt.Errorf` forbidden by pattern `^fmt\.Errorf$` (forbidigo)
lint: plugin/niuniu/utils.go#L139
assignOp: replace `info.Artifact = info.Artifact + 2` with `info.Artifact += 2` (gocritic)
lint: plugin/niuniu/utils.go#L136
assignOp: replace `info.Philter = info.Philter + 5` with `info.Philter += 5` (gocritic)
lint: plugin/niuniu/utils.go#L142
assignOp: replace `info.ShenJi = info.ShenJi + 2` with `info.ShenJi += 2` (gocritic)
lint: plugin/niuniu/utils.go#L133
assignOp: replace `info.WeiGe = info.WeiGe + 5` with `info.WeiGe += 5` (gocritic)
lint: plugin/niuniu/utils.go#L31
assignOp: replace `niuniu.Artifact = niuniu.Artifact - 1` with `niuniu.Artifact--` (gocritic)
lint: plugin/niuniu/utils.go#L25
assignOp: replace `niuniu.Philter = niuniu.Philter - 1` with `niuniu.Philter--` (gocritic)
lint: plugin/niuniu/utils.go#L37
assignOp: replace `niuniu.ShenJi = niuniu.ShenJi - 1` with `niuniu.ShenJi--` (gocritic)
lint: plugin/niuniu/utils.go#L19
assignOp: replace `niuniu.WeiGe = niuniu.WeiGe - 1` with `niuniu.WeiGe--` (gocritic)
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/ZeroBot-Plugin/ZeroBot-Plugin. Supported file pattern: go.sum