Skip to content

fix: update the link of contact sales in billing page #11265

fix: update the link of contact sales in billing page

fix: update the link of contact sales in billing page #11265

Triggered via pull request March 7, 2025 08:36
Status Failure
Total duration 1m 31s
Artifacts

style.yml

on: pull_request
Python Style
12s
Python Style
Web Style
1m 8s
Web Style
Docker Compose Template
7s
Docker Compose Template
SuperLinter
1m 23s
SuperLinter
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
Web Style: web/i18n/en-US/billing.ts#L104
Trailing spaces not allowed
Web Style: web/i18n/zh-Hans/billing.ts#L103
Trailing spaces not allowed
Web Style
Process completed with exit code 1.
Web Style
Cache not found for keys: node-cache-Linux-x64-pnpm-3eadda7bd6fab3e7213e313d15212bfa292fef8a55fb15e7b5e77441de0514a2
Web Style: web/app/(commonLayout)/app/(appDetailLayout)/[appId]/layout.tsx#L97
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
Web Style: web/app/(commonLayout)/app/(appDetailLayout)/[appId]/layout.tsx#L123
React Hook useEffect has missing dependencies: 'router' and 'setAppDetail'. Either include them or remove the dependency array
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)/datasets/(datasetDetailLayout)/[datasetId]/layout.tsx#L76
'isShowTips' is assigned a value but never used. Allowed unused vars must match /^_/u
Web Style: web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout.tsx#L76
'toggleTips' is assigned a value but never used. Allowed unused vars must match /^_/u
Web Style: web/app/(commonLayout)/datasets/DatasetCard.tsx#L64
'e' is defined but never used
Web Style: web/app/(commonLayout)/datasets/Datasets.tsx#L65
React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array
Web Style: web/app/(commonLayout)/datasets/Datasets.tsx#L78
The ref value 'containerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'containerRef.current' to a variable inside the effect, and use that variable in the cleanup function
Web Style: web/app/(commonLayout)/datasets/Datasets.tsx#L79
React Hook useEffect has missing dependencies: 'containerRef' and 'setSize'. Either include them or remove the dependency array
Web Style: web/app/(commonLayout)/datasets/NewDatasetCard.tsx#L17
Classname 'flex-grow' should be updated to 'grow' in Tailwind CSS v3!