Cargo fmt #346
Annotations
2 errors and 10 warnings
UI Tests:
openubl/ui/client/src/app/hooks/useUpload.ts#L122
Unexpected lexical declaration in case block
|
UI Tests
Process completed with exit code 1.
|
UI Tests:
openubl/ui/client/src/app/components/ConfirmDialog.tsx#L18
Unexpected any. Specify a different type
|
UI Tests:
openubl/ui/client/src/app/components/FilterToolbar/MultiselectFilterControl.tsx#L86
'component' is defined but never used. Allowed unused args must match /^_/u
|
UI Tests:
openubl/ui/client/src/app/components/FilterToolbar/MultiselectFilterControl.tsx#L103
'placeholderText' is assigned a value but never used
|
UI Tests:
openubl/ui/client/src/app/components/FilterToolbar/SelectFilterControl.tsx#L83
'component' is defined but never used. Allowed unused args must match /^_/u
|
UI Tests:
openubl/ui/client/src/app/components/HookFormPFFields/HookFormPFSelect.tsx#L31
'children' is assigned a value but never used
|
UI Tests:
openubl/ui/client/src/app/components/HookFormPFFields/HookFormPFSelect.tsx#L31
'ref' is assigned a value but never used
|
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/components/PageDrawerContext.tsx#L115
'focusKey' is defined but never used. Allowed unused args must match /^_/u
|
UI Tests:
openubl/ui/client/src/app/hooks/table-controls/active-item/useActiveItemEffects.ts#L40
React Hook React.useEffect has a missing dependency: 'clearActiveItem'. Either include it or remove the dependency array. If 'clearActiveItem' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|