Skip to content

feat: add .rdb file parser & KEYS command #13

feat: add .rdb file parser & KEYS command

feat: add .rdb file parser & KEYS command #13

Triggered via pull request June 27, 2024 14:15
Status Failure
Total duration 52s
Artifacts

lint-and-test.yml

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

Annotations

9 errors and 1 warning
Lint and Test: pkg/rdb/rdb.go#L299
func `(*RDBParser).readFileContent` is unused (unused)
Lint and Test: pkg/rdb/rdb.go#L323
func `(*RDBParser).verifyChecksum` is unused (unused)
Lint and Test: app/server.go#L24
SA4009: argument ctx is overwritten before first use (staticcheck)
Lint and Test: app/server.go#L25
SA4009(related information): assignment to ctx (staticcheck)
Lint and Test: pkg/rdb/rdb.go#L299
func `(*RDBParser).readFileContent` is unused (unused)
Lint and Test: pkg/rdb/rdb.go#L323
func `(*RDBParser).verifyChecksum` is unused (unused)
Lint and Test: app/server.go#L24
SA4009: argument ctx is overwritten before first use (staticcheck)
Lint and Test: app/server.go#L25
SA4009(related information): assignment to ctx (staticcheck)
Lint and Test
issues found
Lint and Test
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/.