Minor changes for Arcadia #105
Annotations
10 errors and 1 warning
Lint:
controller/controller.go#L228
typeSwitchVar: 1 case can benefit from type switch with assignment (gocritic)
|
Lint:
config/config.go#L198
unused-receiver: method receiver 'c' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Lint:
rpc/jsonrpc_server.go#L429
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
actions/rollup_register.go#L68
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
actions/rollup_register.go#L81
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
actions/rollup_register.go#L86
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
actions/rollup_register.go#L91
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
actions/rollup_register.go#L99
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
actions/rollup_register.go#L103
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint:
actions/rollup_register.go#L107
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|