Implement a timeline of highest blocks #674
pull-request.yml
on: pull_request
Validate Go code
3m 31s
Annotations
6 errors and 3 warnings
Validate Go code:
feeds/timeline/timeline_test.go#L33
Error return value of `blockTimeline.HandleBlock` is not checked (errcheck)
|
Validate Go code:
feeds/timeline/timeline_test.go#L35
Error return value of `blockTimeline.HandleBlock` is not checked (errcheck)
|
Validate Go code:
feeds/timeline/timeline_test.go#L37
Error return value of `blockTimeline.HandleBlock` is not checked (errcheck)
|
Validate Go code:
feeds/timeline/timeline.go#L143
func `(*BlockTimeline).getHighest` is unused (unused)
|
Validate Go code:
feeds/timeline/timeline_test.go#L84
ineffectual assignment to lag (ineffassign)
|
Validate Go code
issues found
|
Validate Go code
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Validate Go code
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Validate Go code
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|