HM24 (DO NOT MERGE) #667
Annotations
10 errors and 1 warning
lint-go:
backend/pkg/dqb/qfmt.go#L67
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
lint-go:
backend/pkg/heap/heap.go#L125
unnecessary trailing newline (whitespace)
|
lint-go:
backend/pkg/sqlitegen/qb/qb.go#L72
unused-parameter: parameter 's' seems to be unused, consider removing or renaming it as _ (revive)
|
lint-go:
backend/pkg/sqlitegen/qb/qb.go#L342
unused-parameter: parameter 's' seems to be unused, consider removing or renaming it as _ (revive)
|
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/crdt2/map.go#L1
package-comments: should have a package comment (revive)
|
lint-go:
backend/crdt2/map.go#L11
exported: exported type Map should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L15
exported: exported function NewMap should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L24
exported: exported method Map.Set should have comment or be unexported (revive)
|
lint-go
Restore cache failed: Dependencies file is not found in /home/runner/work/mintter/mintter. Supported file pattern: go.sum
|