Skip to content

Refactor keepers out of app.go #6177

Refactor keepers out of app.go

Refactor keepers out of app.go #6177

Triggered via pull request December 7, 2023 16:22
Status Failure
Total duration 2m 42s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
golangci-lint: app/keepers/keepers.go#L191
commentFormatting: put a space between `//` and comment text (gocritic)
golangci-lint: app/keepers/keepers.go#L212
commentFormatting: put a space between `//` and comment text (gocritic)
golangci-lint: app/keepers/keepers.go#L195
unused-parameter: parameter 'appOpts' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: app/keepers/keepers.go#L105
ST1019: package "github.com/provenance-io/provenance/x/oracle/module" is being imported more than once (stylecheck)
golangci-lint: app/keepers/keepers.go#L106
ST1019(related information): other import of "github.com/provenance-io/provenance/x/oracle/module" (stylecheck)
golangci-lint: app/keepers/keys.go#L45
ST1016: methods on the same type should have the same receiver name (seen 1x "app", 7x "appKeepers") (stylecheck)
golangci-lint
issues found