Skip to content

chore: update lint #134

chore: update lint

chore: update lint #134

Triggered via push July 17, 2024 12:30
Status Success
Total duration 1m 25s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test (20.x): apps/core/src/app.config.testing.ts#L7
Unexpected console statement
test (20.x): apps/core/src/app.config.ts#L10
Unexpected console statement
test (20.x): apps/core/src/common/filters/all-exception.filter.ts#L85
Unexpected console statement
test (20.x): apps/web/src/atoms/route.ts#L34
React Hook useMemo was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
test (20.x): apps/web/src/atoms/route.ts#L34
React Hook useMemo has a missing dependency: 'selector'. Either include it or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback
test (20.x): apps/web/src/components/common/LoadRemixAsyncComponent.tsx#L18
Do not call the 'set' function of 'useState' directly in 'useEffect'
test (20.x): apps/web/src/components/common/ProviderComposer.tsx#L10
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
test (20.x): apps/web/src/hooks/common/useTitle.ts#L11
The ref value 'currentTitleRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'currentTitleRef.current' to a variable inside the effect, and use that variable in the cleanup function
test (20.x): apps/web/src/lib/jotai.ts#L33
React Hook useCallback was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
test (20.x): apps/web/src/lib/jotai.ts#L33
React Hook useCallback has a missing dependency: 'selector'. Either include it or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback