Create the exchange module #5796
Triggered via pull request
September 28, 2023 21:41
Status
Failure
Total duration
3m 23s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
golangci-lint:
x/exchange/module/module.go#L69
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
x/exchange/module/module.go#L76
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
x/exchange/module/module.go#L113
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
x/exchange/module/module.go#L121
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
x/exchange/module/module.go#L143
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
x/exchange/keeper/keeper.go#L120
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/exchange/module/module.go#L95
unused-parameter: parameter 'ir' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/exchange/module/module.go#L108
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/exchange/module/module.go#L118
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/exchange/module/module.go#L140
unused-parameter: parameter 'simState' seems to be unused, consider removing or renaming it as _ (revive)
|