fix: tests #3824
auto-fix-lint-format-commit.yml
on: pull_request_target
auto-fix
1h 2m
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'
|