HM24 (DO NOT MERGE) #621
Annotations
10 errors and 1 warning
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)
|
backend/core/crypto.go#L1
package-comments: should have a package comment (revive)
|
backend/core/crypto.go#L151
exported: exported method PublicKey.PeerID should have comment or be unexported (revive)
|
backend/core/identity.go#L13
exported: exported type Identity should have comment or be unexported (revive)
|
backend/core/identity.go#L18
exported: exported function NewIdentity should have comment or be unexported (revive)
|
backend/core/identity.go#L25
exported: exported method Identity.Account should have comment or be unexported (revive)
|
backend/core/identity.go#L29
exported: exported method Identity.DeviceKey should have comment or be unexported (revive)
|
backend/core/identity.go#L31
exported: exported method Identity.IsWritable should have comment or be unexported (revive)
|
backend/core/crypto.go#L61
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
backend/hyper/hypersql/queries.manual.go#L114
unused-parameter: parameter 'stmt' seems to be unused, consider removing or renaming it as _ (revive)
|
|
This job failed
Loading