Skip to content

Json form

Json form #15

Triggered via pull request November 9, 2025 13:59
Status Success
Total duration 30s
Artifacts

pr-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
checks: src/state/fetch.ts#L27
Unexpected any. Specify a different type
checks: src/state/fetch.ts#L5
Unexpected any. Specify a different type
checks: src/lib/utils.ts#L10
'base' is never reassigned. Use 'const' instead
checks: src/hooks/use-toast.ts#L21
'actionTypes' is assigned a value but only used as a type
checks: src/components/resource_types/resource_type_list.test.tsx#L6
'Sidebar' is defined but never used
checks: src/components/form/form.tsx#L43
Unexpected lexical declaration in case block
checks: src/components/form/form.tsx#L42
Unexpected lexical declaration in case block
checks: src/components/form/form.tsx#L1
'FormControl' is defined but never used
checks: src/components/form/form.test.tsx#L881
'container' is assigned a value but never used
checks: src/components/form/form.test.tsx#L194
Unexpected any. Specify a different type
checks: src/components/ui/sidebar.tsx#L769
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
checks: src/components/ui/form.tsx#L168
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
checks: src/components/ui/button.tsx#L57
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
checks: src/components/ui/button-group.tsx#L82
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
checks: src/components/form/form.tsx#L226
React Hook useMemo has a missing dependency: 'renderField'. Either include it or remove the dependency array
checks: src/components/form/form.tsx#L108
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array