This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
HM24 (DO NOT MERGE) #623
Annotations
10 errors and 1 warning
lint-go:
backend/daemon/daemontest/daemontest.go#L1
package-comments: should have a package comment (revive)
|
lint-go:
backend/pkg/atomicfile/atomicfile.go#L10
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
lint-go:
backend/daemon/api/documents/v1alpha/docmodel/docmodel.go#L1
package-comments: should have a package comment (revive)
|
lint-go:
backend/daemon/api/documents/v1alpha/docmodel/moves.go#L19
exported: exported const TrashNodeID should have comment or be unexported (revive)
|
lint-go:
backend/daemon/api/documents/v1alpha/docmodel/moves.go#L421
ineffectual assignment to err (ineffassign)
|
lint-go:
backend/pkg/sqlitegen/example/schema/schema.go#L1
package-comments: should have a package comment (revive)
|
lint-go:
backend/pkg/sqlitegen/example/schema/schema.go#L4
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
lint-go:
backend/cmd/relayd/relay/config.go#L22
type `networkConfig` is unused (unused)
|
lint-go:
backend/cmd/relayd/relay/identity.go#L26
func `generateIdentity` is unused (unused)
|
lint-go:
backend/pkg/sqlitegen/queries_test.go#L4
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
lint-go
Restore cache failed: Dependencies file is not found in /home/runner/work/mintter/mintter. Supported file pattern: go.sum
|