Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

HM24 (DO NOT MERGE) #621

HM24 (DO NOT MERGE)

HM24 (DO NOT MERGE) #621

Triggered via pull request June 18, 2024 10:09
@horaciohhoracioh
synchronize #1710
hm24
Status Failure
Total duration 1m 47s
Artifacts

lint-go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
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/core/crypto.go#L1
package-comments: should have a package comment (revive)
lint-go: backend/core/crypto.go#L151
exported: exported method PublicKey.PeerID should have comment or be unexported (revive)
lint-go: backend/core/identity.go#L13
exported: exported type Identity should have comment or be unexported (revive)
lint-go: backend/core/identity.go#L18
exported: exported function NewIdentity should have comment or be unexported (revive)
lint-go: backend/core/identity.go#L25
exported: exported method Identity.Account should have comment or be unexported (revive)
lint-go: backend/core/identity.go#L29
exported: exported method Identity.DeviceKey should have comment or be unexported (revive)
lint-go: backend/core/identity.go#L31
exported: exported method Identity.IsWritable should have comment or be unexported (revive)
lint-go: backend/core/crypto.go#L61
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
lint-go: backend/hyper/hypersql/queries.manual.go#L114
unused-parameter: parameter 'stmt' seems to be unused, consider removing or renaming it as _ (revive)
lint-go
Restore cache failed: Dependencies file is not found in /home/runner/work/mintter/mintter. Supported file pattern: go.sum