feat: allow disabling fetching validators names #1
Annotations
13 errors and 5 warnings
go-build
Process completed with exit code 1.
|
test
Process completed with exit code 1.
|
go-vet
Process completed with exit code 1.
|
lint:
pkg/types/converter.go#L42
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
lint:
pkg/types/validator.go#L32
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
pkg/view_wrapper/wrapper.go#L30
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
pkg/app.go#L66
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
pkg/view_wrapper/table.go#L3
File is not `goimports`-ed (goimports)
|
lint:
pkg/view_wrapper/wrapper.go#L4
File is not `goimports`-ed (goimports)
|
lint:
pkg/data_fetcher/cosmos.go#L6
File is not `goimports`-ed (goimports)
|
lint:
pkg/data_fetcher/data_fetcher.go#L13
GetDataFetcher returns interface (main/pkg/data_fetcher.DataFetcher) (ireturn)
|
lint:
pkg/data_fetcher/cosmos.go#L1
data_fetcher contains underscore. You should use mixedCap or MixedCap. (nosnakecase)
|
lint:
pkg/data_fetcher/data_fetcher.go#L1
data_fetcher contains underscore. You should use mixedCap or MixedCap. (nosnakecase)
|
go-build
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/
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@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-vet
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/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@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/
|
lint
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/
|