HM24 (DO NOT MERGE) #659
Annotations
10 errors and 1 warning
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:
backend/pkg/sqlitegen/schema_test.go#L5
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#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:
backend/crdt2/map.go#L28
exported: exported method Map.ApplyPatch should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L88
exported: exported method Map.Get should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L108
exported: exported method Map.GetWithOrigin should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L128
exported: exported method Map.List should have comment or be unexported (revive)
|
lint-go:
backend/crdt2/map.go#L152
exported: exported method Map.Keys 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
|