Skip to content

feat: implement RDB saver #42

feat: implement RDB saver

feat: implement RDB saver #42

Triggered via pull request September 17, 2024 11:31
Status Failure
Total duration 32s
Billable time 1m
Artifacts

lint-and-test.yml

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

Annotations

9 errors and 1 warning
Lint and Test: pkg/rdb/saver_test.go#L22
Error return value of `store.Set` is not checked (errcheck)
Lint and Test: pkg/rdb/saver_test.go#L23
Error return value of `store.Set` is not checked (errcheck)
Lint and Test: pkg/rdb/saver_test.go#L33
Error return value of `store.Set` is not checked (errcheck)
Lint and Test: pkg/rdb/rdb.go#L211
printf: non-constant format string in call to github.com/codecrafters-io/redis-starter-go/pkg/telemetry/logger.Info (govet)
Lint and Test: pkg/rdb/saver_test.go#L22
Error return value of `store.Set` is not checked (errcheck)
Lint and Test: pkg/rdb/saver_test.go#L23
Error return value of `store.Set` is not checked (errcheck)
Lint and Test: pkg/rdb/saver_test.go#L33
Error return value of `store.Set` is not checked (errcheck)
Lint and Test: pkg/rdb/rdb.go#L211
printf: non-constant format string in call to github.com/codecrafters-io/redis-starter-go/pkg/telemetry/logger.Info (govet)
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/