lukecarr/tiny-todo

View on GitHub
frontend/src/routes/todos.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function NewTask has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const NewTask: FunctionalComponent = () => {
  const { register, handleSubmit, reset, formState: { errors } } = useForm<TaskInput>({
    resolver: zodResolver(TaskSchema),
  })
  
Severity: Minor
Found in frontend/src/routes/todos.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status