Skip to content

Add Fee Markets

Add Fee Markets #69

Triggered via pull request August 28, 2024 17:41
Status Failure
Total duration 2m 27s
Artifacts

seq-static-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: archiver/orm_archiver.go#L40
Error return value of `db.AutoMigrate` is not checked (errcheck)
Lint: tests/e2e/e2e_test.go#L570
Error return value is not checked (errcheck)
Lint: archiver/orm_archiver.go#L115
commentFormatting: put a space between `//` and comment text (gocritic)
Lint: rpc/jsonrpc_server.go#L372
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
Lint: rpc/jsonrpc_server.go#L417
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
Lint: cmd/token-cli/cmd/root.go#L177
commentFormatting: put a space between `//` and comment text (gocritic)
Lint: tests/e2e/e2e_test.go#L602
unslice: could simplify txResult.Outputs[0][k][:] to txResult.Outputs[0][k] (gocritic)
Lint: actions/msg.go#L29
unused-parameter: parameter 'actionID' seems to be unused, consider removing or renaming it as _ (revive)
Lint: actions/msg.go#L39
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
Lint: actions/msg.go#L41
unused-parameter: parameter 'mu' seems to be unused, consider removing or renaming it as _ (revive)
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/