You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used onlyAudits: ['csp-xss'] in the lighthouse config object and run nx code-pushup -- collect i get the following error:
ZodError: [
{
"code": "custom",
"message": "In a category there has to be at least one ref with weight > 0",
"path": [
"plugins",
5,
"groups",
0,
"refs"
]
}
]
What would you expect to happen?
It should show more information of where the error was caused.
What happened?
I used
onlyAudits: ['csp-xss']
in the lighthouse config object and runnx code-pushup -- collect
i get the following error:What would you expect to happen?
It should show more information of where the error was caused.
Examples File error:
Examples Parsing error:
What steps did you take?
I used
onlyAudits: ['csp-xss']
in the lighthouse config object and runnx code-pushup -- collect
i get the following error:Code PushUp package version
No response
What operation system are you on?
Linux
Node version
No response
Relevant log output
No response
Related
causaly/zod-validation-error#357
The text was updated successfully, but these errors were encountered: