UI ci #313
Annotations
9 errors and 10 warnings
UI Tests:
openubl/ui/client/src/app/pages/view-sbom/components/vulnerabilities-table.tsx#L245
`'` can be escaped with `'`, `‘`, `'`, `’`
|
UI Tests:
openubl/ui/client/src/app/queries/advisories.ts#L22
The following dependencies are missing in your queryKey: params
|
UI Tests:
openubl/ui/client/src/app/queries/advisories.ts#L39
Objects syntax for query is preferred
|
UI Tests:
openubl/ui/client/src/app/queries/organizations.ts#L38
Objects syntax for query is preferred
|
UI Tests:
openubl/ui/client/src/app/queries/packages.ts#L25
The following dependencies are missing in your queryKey: params
|
UI Tests:
openubl/ui/client/src/app/queries/packages.ts#L42
Objects syntax for query is preferred
|
UI Tests:
openubl/ui/client/src/app/queries/repositories.ts#L25
The following dependencies are missing in your queryKey: params
|
UI Tests:
openubl/ui/client/src/app/queries/repositories.ts#L42
Objects syntax for query is preferred
|
UI Tests
Process completed with exit code 1.
|
UI Tests:
openubl/ui/common/src/environment.ts#L45
Replace `⏎··"PORT",⏎··"OIDC_SERVER_URL",⏎··"OPENUBL_HUB_URL",⏎` with `"PORT",·"OIDC_SERVER_URL",·"OPENUBL_HUB_URL"`
|
UI Tests:
openubl/ui/client/src/app/Routes.tsx#L2
'Navigate' is defined but never used
|
UI Tests:
openubl/ui/client/src/app/Routes.tsx#L2
'Navigate' is defined but never used
|
UI Tests:
openubl/ui/client/src/app/api/models.ts#L38
Don't use `String` as a type. Use string instead
|
UI Tests:
openubl/ui/client/src/app/api/models.ts#L39
Don't use `String` as a type. Use string instead
|
UI Tests:
openubl/ui/client/src/app/api/rest.ts#L30
'formHeaders' is assigned a value but never used
|
UI Tests:
openubl/ui/client/src/app/api/rest.ts#L108
Unexpected any. Specify a different type
|
UI Tests:
openubl/ui/client/src/app/axios-config/apiInit.ts#L3
Don't use `String` as a type. Use string instead
|
UI Tests:
openubl/ui/client/src/app/components/OidcProvider.tsx#L41
React Hook React.useEffect has a missing dependency: 'auth'. Either include it or remove the dependency array
|
UI Tests:
openubl/ui/client/src/app/layout/header.tsx#L39
React Hook "useAuth" is called conditionally. React Hooks must be called in the exact same order in every component render
|