Skip to content

feat: Reverse merge multi-line comment #7

feat: Reverse merge multi-line comment

feat: Reverse merge multi-line comment #7

Triggered via push December 18, 2025 08:26
Status Failure
Total duration 1m 42s
Artifacts

ci.yml

on: push
Matrix: 构建测试
代码质量检查
41s
代码质量检查
许可证检查
3s
许可证检查
集成测试
0s
集成测试
CI 通过
4s
CI 通过
Fit to window
Zoom out
Zoom in

Annotations

11 errors
代码质量检查: internal/log/logger.go#L15
var debugLogger is unused (U1000)
代码质量检查: internal/log/logger.go#L14
var errorLogger is unused (U1000)
代码质量检查: internal/log/logger.go#L13
var warnLogger is unused (U1000)
代码质量检查: internal/log/logger.go#L12
var infoLogger is unused (U1000)
代码质量检查: core/utils/id.go#L37
should replace this if statement with an unconditional strings.TrimPrefix (S1017)
代码质量检查: cmd/codei18n/hook.go#L4
"io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (SA1019)
代码质量检查: cmd/codei18n/convert.go#L5
"io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (SA1019)
代码质量检查: adapters/rust/extractor.go#L107
should replace this if statement with an unconditional strings.TrimSuffix (S1017)
代码质量检查: adapters/golang/parser.go#L207
func (*Adapter).createComment is unused (U1000)
代码质量检查: adapters/golang/parser.go#L202
func (*Adapter).createCommentFromGroup is unused (U1000)
CI 通过
Process completed with exit code 1.