Skip to content

fix: tests

fix: tests #3824

Triggered via pull request July 8, 2025 12:27
@darryk10darryk10
opened #4108
Status Failure
Total duration 1h 2m 3s
Artifacts

auto-fix-lint-format-commit.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
auto-fix
Process completed with exit code 2.
auto-fix
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
auto-fix
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
auto-fix
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
auto-fix
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
auto-fix
React Hook useEffect has a missing dependency: 'resetError'. Either include it or remove the dependency array. If 'resetError' changes too often, find the parent component that defines it and wrap that definition in useCallback
auto-fix
An 'useCallback' with empty deps and no references to the component scope may be unnecessary
auto-fix
If your function doesn't call any Hooks, avoid the 'use' prefix. Instead, write it as a regular function without the 'use' prefix
auto-fix
If your function doesn't call any Hooks, avoid the 'use' prefix. Instead, write it as a regular function without the 'use' prefix
auto-fix
Assignment to function parameter 'input'
auto-fix
Assignment to function parameter 'makeResults'