refactor(core,server): make commands not rely on server context #66143
Annotations
10 errors and 1 warning
run linting (short):
x/genutil/client/testutil/helpers.go#L27
Error return value is not checked (errcheck)
|
run linting (short):
testutil/network/util.go#L174
Error return value of `genutiltest.TrackConfig` is not checked (errcheck)
|
run linting (short):
x/genutil/client/cli/init_test.go#L383
Error return value of `genutiltest.WriteAndTrackConfig` is not checked (errcheck)
|
run linting (short):
server/cmd/execute.go#L46
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
run linting (short):
server/cmd/execute.go#L47
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
run linting (short):
x/genutil/client/testutil/helpers.go#L35
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
run linting (short):
x/genutil/client/testutil/helpers.go#L36
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
run linting (short):
server/util.go#L191
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
run linting (short):
server/util.go#L192
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
run linting (short):
server/util_test.go#L65
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading