Refactor keepers out of app.go #6177
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
|