fix(cli): keep --json stdout payload-only by routing logger status to… #2375
Annotations
10 warnings
|
socket(no-required-in-options-bag):
scripts/repo/setup/version-check.mts#L20
a required member in an options bag — an option the caller MUST pass is not an option; hoist it to a positional parameter (`fn(required, options?)`) or move the bag to a required `config`. Bypass: add a `socket-lint: allow no-required-in-options-bag` comment.
|
|
socket(no-required-in-options-bag):
packages/cli/src/util/cli/with-subcommands-dispatch.mts#L26
a required member in an options bag — an option the caller MUST pass is not an option; hoist it to a positional parameter (`fn(required, options?)`) or move the bag to a required `config`. Bypass: add a `socket-lint: allow no-required-in-options-bag` comment.
|
|
socket(no-required-in-options-bag):
packages/cli/src/util/cli/with-subcommands-dispatch.mts#L25
a required member in an options bag — an option the caller MUST pass is not an option; hoist it to a positional parameter (`fn(required, options?)`) or move the bag to a required `config`. Bypass: add a `socket-lint: allow no-required-in-options-bag` comment.
|
|
socket(no-required-in-options-bag):
packages/cli/src/util/cli/with-subcommands-dispatch.mts#L24
a required member in an options bag — an option the caller MUST pass is not an option; hoist it to a positional parameter (`fn(required, options?)`) or move the bag to a required `config`. Bypass: add a `socket-lint: allow no-required-in-options-bag` comment.
|
|
socket(no-required-in-options-bag):
packages/cli/src/util/cli/with-subcommands-dispatch.mts#L23
a required member in an options bag — an option the caller MUST pass is not an option; hoist it to a positional parameter (`fn(required, options?)`) or move the bag to a required `config`. Bypass: add a `socket-lint: allow no-required-in-options-bag` comment.
|
|
socket(no-required-in-options-bag):
packages/cli/src/util/cli/with-subcommands-dispatch.mts#L22
a required member in an options bag — an option the caller MUST pass is not an option; hoist it to a positional parameter (`fn(required, options?)`) or move the bag to a required `config`. Bypass: add a `socket-lint: allow no-required-in-options-bag` comment.
|
|
socket(no-required-in-options-bag):
packages/cli/src/util/cli/with-subcommands-dispatch.mts#L21
a required member in an options bag — an option the caller MUST pass is not an option; hoist it to a positional parameter (`fn(required, options?)`) or move the bag to a required `config`. Bypass: add a `socket-lint: allow no-required-in-options-bag` comment.
|
|
socket(no-required-in-options-bag):
packages/cli/src/util/cli/with-subcommands-dispatch.mts#L20
a required member in an options bag — an option the caller MUST pass is not an option; hoist it to a positional parameter (`fn(required, options?)`) or move the bag to a required `config`. Bypass: add a `socket-lint: allow no-required-in-options-bag` comment.
|
|
socket(no-required-in-options-bag):
scripts/repo/setup/installers.mts#L16
a required member in an options bag — an option the caller MUST pass is not an option; hoist it to a positional parameter (`fn(required, options?)`) or move the bag to a required `config`. Bypass: add a `socket-lint: allow no-required-in-options-bag` comment.
|
|
socket(no-required-in-options-bag):
packages/cli/src/util/socket/api-send.mts#L27
a required member in an options bag — an option the caller MUST pass is not an option; hoist it to a positional parameter (`fn(required, options?)`) or move the bag to a required `config`. Bypass: add a `socket-lint: allow no-required-in-options-bag` comment.
|