Skip to content

feat: Group Invited/Join/Leave Event and Group Member Join/Leave Event #5

feat: Group Invited/Join/Leave Event and Group Member Join/Leave Event

feat: Group Invited/Join/Leave Event and Group Member Join/Leave Event #5

Triggered via pull request April 16, 2024 09:55
Status Failure
Total duration 33s
Artifacts

test_and_lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: packets/wtlogin/sso.go#L76
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
lint: packets/wtlogin/sso.go#L112
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
lint: packets/wtlogin/sso.go#L136
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
lint: packets/wtlogin/qrcodeState/enum.go#L6
SA9004: only the first constant in this group has an explicit type (staticcheck)
lint: packets/wtlogin/loginState/enum.go#L6
SA9004: only the first constant in this group has an explicit type (staticcheck)
lint: utils/binary/builder.go#L53
SA1003: value of type int cannot be used with binary.Write (staticcheck)
lint: utils/binary/builder.go#L54
SA1003: value of type int cannot be used with binary.Write (staticcheck)
lint: utils/network.go#L4
field `host` is unused (unused)
lint: utils/network.go#L5
field `port` is unused (unused)
lint: utils/network.go#L6
field `ssl` is unused (unused)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.