Skip to content

ci: remove duplicate gosec & lint fixes #72088

ci: remove duplicate gosec & lint fixes

ci: remove duplicate gosec & lint fixes #72088

Triggered via pull request September 12, 2024 12:02
Status Success
Total duration 14m 34s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint
ineffectual assignment to err (ineffassign)
golangci-lint
SA1019: v1.ABCIParams is deprecated: Do not use. (staticcheck)
golangci-lint
SA1019: v1.ABCIParams is deprecated: Do not use. (staticcheck)
golangci-lint
SA1019: v1.ABCIParams is deprecated: Do not use. (staticcheck)
golangci-lint
cannot use (*Store)(nil) (value of type *Store) as "cosmossdk.io/store/types".KVStore value in variable declaration: *Store does not implement "cosmossdk.io/store/types".KVStore (missing method Delete) (typecheck)
golangci-lint
cannot use s (variable of type Store) as "cosmossdk.io/store/types".KVStore value in argument to tracekv.NewStore: Store does not implement "cosmossdk.io/store/types".KVStore (missing method Delete) (typecheck)
golangci-lint
cannot use (*Store)(nil) (value of type *Store) as "cosmossdk.io/store/types".KVStore value in variable declaration: *Store does not implement "cosmossdk.io/store/types".KVStore (missing method CacheWrap) (typecheck)
golangci-lint
cannot use (*commitDBStoreAdapter)(nil) (value of type *commitDBStoreAdapter) as "cosmossdk.io/store/types".KVStore value in variable declaration: *commitDBStoreAdapter does not implement "cosmossdk.io/store/types".KVStore (missing method CacheWrap) (typecheck)
golangci-lint
store.Export undefined (type namedStore has no field or method Export) (typecheck)
golangci-lint
cannot use commitDBStoreAdapter{…} (value of type commitDBStoreAdapter) as "cosmossdk.io/store/types".CommitKVStore value in return statement: commitDBStoreAdapter does not implement "cosmossdk.io/store/types".CommitKVStore (missing method CacheWrap) (typecheck)
golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/