PBM-1454-Configuration-file-for-all-pbm-agent-s-options #1191
Annotations
9 errors and 1 warning
golangci-lint:
pbm/backup/physical.go#L675
`writeFile` - `l` is unused (unparam)
|
golangci-lint:
pbm/storage/s3/download.go#L232
the methods of "chunksQueue" use pointer receiver and non-pointer receiver. (recvcheck)
|
golangci-lint:
pbm/restore/phys/phys.go#L51
the methods of "RestoreTxn" use pointer receiver and non-pointer receiver. (recvcheck)
|
golangci-lint:
pbm/backup/physical.go#L557
the methods of "UUID" use pointer receiver and non-pointer receiver. (recvcheck)
|
golangci-lint:
pbm/backup/types.go#L145
the methods of "File" use pointer receiver and non-pointer receiver. (recvcheck)
|
golangci-lint:
pbm/log/history.go#L88
the methods of "Entries" use pointer receiver and non-pointer receiver. (recvcheck)
|
golangci-lint:
pbm/prio/priority.go#L67
the methods of "nodeScores" use pointer receiver and non-pointer receiver. (recvcheck)
|
golangci-lint:
pbm/restore/types.go#L56
the methods of "Conditions" use pointer receiver and non-pointer receiver. (recvcheck)
|
golangci-lint:
cmd/pbm-agent/args.go#L15
SA1019: reflect.StringHeader has been deprecated since Go 1.21 and an alternative has been available since Go 1.20: Use unsafe.String or unsafe.StringData instead. (staticcheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading