HM24 (DO NOT MERGE) #662
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/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/ipfs/libp2p.go#L270
Comment should end in a period (godot)
|
lint-go:
backend/ipfs/metrics.go#L184
unused-parameter: parameter 'pid' seems to be unused, consider removing or renaming it as _ (revive)
|
lint-go:
backend/ipfs/metrics.go#L189
unused-parameter: parameter 'pid' seems to be unused, consider removing or renaming it as _ (revive)
|
lint-go:
backend/ipfs/libp2p.go#L360
func `min` is unused (unused)
|
lint-go:
backend/ipfs/libp2p.go#L366
func `max` is unused (unused)
|
lint-go:
backend/ipfs/libp2p.go#L101
unnecessary trailing newline (whitespace)
|
lint-go
Restore cache failed: Dependencies file is not found in /home/runner/work/mintter/mintter. Supported file pattern: go.sum
|