WIP: Source Postgres #206
Annotations
5 errors and 3 warnings
golangci-lint:
pkg/waljs/waljs.go#L270
Error return value of `snapshotter.ReleaseSnapshot` is not checked (errcheck)
|
golangci-lint:
pkg/waljs/waljs.go#L271
Error return value of `snapshotter.CloseConn` is not checked (errcheck)
|
golangci-lint:
pkg/waljs/waljs.go#L36
`Inital` is a misspelling of `Initial` (misspell)
|
golangci-lint:
pkg/waljs/waljs.go#L233
`recieved` is a misspelling of `received` (misspell)
|
golangci-lint
issues found
|
golangci-lint:
pkg/waljs/snapshotter.go#L9
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
|
golangci-lint:
pkg/waljs/snapshotter.go#L17
unused-parameter: parameter 'batchSize' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
pkg/waljs/types.go#L39
exported: type name will be used as waljs.WalJSChange by other packages, and that stutters; consider calling this Change (revive)
|
Loading