Refactor store package for performance and simplicity
#1380
Annotations
7 errors and 5 warnings
|
unit_tests
Process completed with exit code 1.
|
|
lint
issues found
|
|
lint:
lib/store/crash_recovery_test.go#L266
ineffectual assignment to err (ineffassign)
|
|
lint:
lib/store/pather_test.go#L16
Error return value of `os.RemoveAll` is not checked (errcheck)
|
|
lint:
lib/store/disk_store_test.go#L26
Error return value of `os.RemoveAll` is not checked (errcheck)
|
|
lint:
lib/store/disk_store.go#L573
Error return value is not checked (errcheck)
|
|
lint:
lib/store/disk_store.go#L207
Error return value is not checked (errcheck)
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
unit_tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-go@v5, golangci/golangci-lint-action@v8. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
integration tests (snapshotter disabled)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5, docker/setup-docker-action@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
integration tests (snapshotter enabled)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5, docker/setup-docker-action@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|