refactor: use CP_VERBOSE flag instead of verbose param #2139
Annotations
1 error
|
Code PushUp
Error: Executing 2 plugins failed.
Error: - Plugin Lighthouse (lighthouse) produced the following error:
- [
{
"code": "invalid_arguments",
"argumentsError": {
"issues": [
{
"code": "too_small",
"minimum": 1,
"inclusive": true,
"exact": false,
"type": "array",
"path": [],
"message": "Array must contain at least 1 element(s)"
}
],
"name": "ZodError"
},
"path": [
"plugins",
2,
"runner"
],
"message": "Invalid function arguments"
}
]
Error: - Plugin JSDoc coverage (jsdocs) produced the following error:
- [
{
"code": "invalid_arguments",
"argumentsError": {
"issues": [
{
"code": "too_small",
"minimum": 1,
"inclusive": true,
"exact": false,
"type": "array",
"path": [],
"message": "Array must contain at least 1 element(s)"
}
],
"name": "ZodError"
},
"path": [
"plugins",
4,
"runner"
],
"message": "Invalid function arguments"
}
]
at executePlugins (/home/runner/work/cli/cli/packages/core/src/lib/implementation/execute-plugin.ts:172:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async collect (/home/runner/work/cli/cli/packages/core/src/lib/implementation/collect.ts:19:25)
at async collectAndPersistReports (/home/runner/work/cli/cli/packages/core/src/lib/collect-and-persist.ts:27:18)
at async handler (/home/runner/work/cli/cli/packages/cli/src/lib/autorun/autorun-command.ts:41:7)
at async Object.handler (/home/runner/work/cli/cli/packages/cli/src/lib/implementation/global.utils.ts:36:14)
Error: Executing 2 plugins failed.
Error: - Plugin Lighthouse (lighthouse) produced the following error:
- [
{
"code": "invalid_arguments",
"argumentsError": {
"issues": [
{
"code": "too_small",
"minimum": 1,
"inclusive": true,
"exact": false,
"type": "array",
"path": [],
"message": "Array must contain at least 1 element(s)"
}
],
"name": "ZodError"
},
"path": [
"plugins",
2,
"runner"
],
"message": "Invalid function arguments"
}
]
Error: - Plugin JSDoc coverage (jsdocs) produced the following error:
- [
{
"code": "invalid_arguments",
"argumentsError": {
"issues": [
{
"code": "too_small",
"minimum": 1,
"inclusive": true,
"exact": false,
"type": "array",
"path": [],
"message": "Array must contain at least 1 element(s)"
}
],
"name": "ZodError"
},
"path": [
"plugins",
4,
"runner"
],
"message": "Invalid function arguments"
}
]
at executePlugins (/home/runner/work/cli/cli/packages/core/src/lib/implementation/execute-plugin.ts:172:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async collect (/home/runner/work/cli/cli/packages/core/src/lib/implementation/collect.ts:19:25)
at async collectAndPersistReports (/home/runner/work/cli/cli/packages/core/src/lib/collect-and-persist.ts:27:18)
at async handler (/home/runner/work/cli/cli/packages/cli/src/lib/autorun/autorun-command.ts:41:7)
at async Object.handler (/home/runner/work/cli/cli/packages/cli/src/lib/implementation/global.utils.ts:36:14)
Warning: command "node packages/cli/src/index.ts --no-progress --verbose --persist.format=json --persist.format=md" exited with non-zero status code
|