Skip to content

feat: replication: send REPLCONF command to the master server #38

feat: replication: send REPLCONF command to the master server

feat: replication: send REPLCONF command to the master server #38

Triggered via pull request September 14, 2024 13:51
Status Failure
Total duration 27s
Billable time 1m
Artifacts

lint-and-test.yml

on: pull_request
Lint and Test
16s
Lint and Test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Lint and Test: pkg/resp/command.go#L8
Error return value of `w.WriteStringSlice` is not checked (errcheck)
Lint and Test: internal/app/server/server.go#L188
Error return value of `conn.SetReadDeadline` is not checked (errcheck)
Lint and Test: pkg/command/command.go#L28
field `serverInfo` is unused (unused)
Lint and Test: pkg/resp/command.go#L8
Error return value of `w.WriteStringSlice` is not checked (errcheck)
Lint and Test: internal/app/server/server.go#L188
Error return value of `conn.SetReadDeadline` is not checked (errcheck)
Lint and Test: pkg/command/command.go#L28
field `serverInfo` is unused (unused)
Lint and Test
issues found
Lint and Test
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/