This repository has been archived by the owner on May 31, 2024. It is now read-only.
Integrate Bubbletea Pagination into get execution #701
Annotations
7 errors and 1 warning
Lint:
pkg/bubbletea/bubbletea_pagination_util.go#L140
func name will be used as bubbletea.BubbleteaPaginator by other packages, and that stutters; consider calling this Paginator (golint)
|
Lint:
pkg/bubbletea/bubbletea_pagination_util.go#L157
should replace `lastBatchIndex += 1` with `lastBatchIndex++` (golint)
|
Lint:
pkg/bubbletea/bubbletea_pagination_util.go#L161
should replace `firstBatchIndex += 1` with `firstBatchIndex++` (golint)
|
Lint:
pkg/bubbletea/bubbletea_pagination_util.go#L167
should replace `firstBatchIndex -= 1` with `firstBatchIndex--` (golint)
|
Lint:
pkg/bubbletea/bubbletea_pagination_util.go#L171
should replace `lastBatchIndex -= 1` with `lastBatchIndex--` (golint)
|
Lint:
pkg/bubbletea/bubbletea_pagination_util.go#L146
unnecessary conversion (unconvert)
|
Lint
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading