[tt-6671] AWS Kinesis pump #1573
ci-test.yml
on: pull_request
golangci-lint
2m 39s
Matrix: test
Annotations
11 errors and 4 warnings
Go 1.21 tests
Process completed with exit code 1.
|
golangci-lint:
pumps/kinesis.go#L102
102-123 lines are duplicate of `pumps/kafka.go:195-216` (dupl)
|
golangci-lint:
pumps/kinesis.go#L101
Error return value is not checked (errcheck)
|
golangci-lint:
pumps/kinesis.go#L58
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
pumps/kinesis.go#L100
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
pumps/kinesis.go#L125
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
pumps/kinesis.go#L5
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
pumps/kinesis.go#L9
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
pumps/kinesis.go#L45
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
pumps/kinesis.go#L55
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
golangci-lint:
pumps/kinesis.go#L75
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
Go 1.21 tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Go 1.21 tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
golangci-lint:
pumps/kinesis.go#L93
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|