chore(deps): bump qs from 6.13.0 to 6.14.2 in /web #39
style.yml
on: pull_request
Python Style
10s
Web Style
1m 4s
Docker Compose Template
10s
SuperLinter
2m 46s
Annotations
10 warnings
|
Web Style:
web/app/account/account-page/AvatarWithEdit.tsx#L90
Classname 'bg-opacity-50' should be replaced by an opacity suffix (eg. '/50')
|
|
Web Style:
web/app/(shareLayout)/webapp-signin/page.tsx#L92
React Hook useEffect has missing dependencies: 'handleSSOLogin' and 'processTokenAndRedirect'. Either include them or remove the dependency array
|
|
Web Style:
web/app/(commonLayout)/datasets/create/page.tsx#L6
'props' is defined but never used. Allowed unused args must match /^_/u
|
|
Web Style:
web/app/(commonLayout)/datasets/Datasets.tsx#L86
React Hook useEffect has a missing dependency: 'containerRef'. Either include it or remove the dependency array
|
|
Web Style:
web/app/(commonLayout)/datasets/Datasets.tsx#L67
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
|
Web Style:
web/app/(commonLayout)/datasets/DatasetCard.tsx#L64
'e' is defined but never used
|
|
Web Style:
web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout-main.tsx#L69
'toggleTips' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Web Style:
web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout-main.tsx#L69
'isShowTips' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Web Style:
web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/api/page.tsx#L5
'props' is defined but never used. Allowed unused args must match /^_/u
|
|
Web Style:
web/app/(commonLayout)/app/(appDetailLayout)/[appId]/layout-main.tsx#L97
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
|