Added basic structure. #2
Annotations
10 errors and 4 warnings
lint:
tracker.go#L4
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
tracker.go#L5
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
check.go#L4
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
check.go#L24
field `latestState` is unused (unused)
|
lint:
check.go#L26
field `logger` is unused (unused)
|
lint:
check.go#L20
fieldalignment: struct with 72 pointer bytes could be 56 (govet)
|
lint:
config.go#L5
fieldalignment: struct with 56 pointer bytes could be 40 (govet)
|
lint:
check.go#L111
error returned from interface method should be wrapped: sig: func (github.com/IBM/sarama.Client).Partitions(topic string) ([]int32, error) (wrapcheck)
|
lint:
check.go#L117
error returned from interface method should be wrapped: sig: func (github.com/IBM/sarama.Client).GetOffset(topic string, partitionID int32, time int64) (int64, error) (wrapcheck)
|
lint:
check.go#L67
ranges should only be cuddled with assignments used in the iteration (wsl)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
check.go#L43
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
check.go#L94
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
check.go#L100
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading