Skip to content

Add keyword optimisation feature to README #89

Add keyword optimisation feature to README

Add keyword optimisation feature to README #89

Triggered via push March 7, 2026 17:11
Status Success
Total duration 58s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: scripts/debug-perf-crashes.ts#L106
Unexpected any. Specify a different type
lint: scripts/debug-perf-crashes.ts#L83
Unexpected any. Specify a different type
lint: scripts/debug-perf-crashes.ts#L54
Unexpected any. Specify a different type
lint: scripts/debug-impressions.ts#L185
Unexpected any. Specify a different type
lint: scripts/debug-crash-data.ts#L150
Unexpected any. Specify a different type
lint: scripts/debug-crash-data.ts#L135
Unexpected any. Specify a different type
lint: scripts/debug-crash-data.ts#L53
Unexpected any. Specify a different type
lint: scripts/debug-analytics.ts#L83
Unexpected any. Specify a different type
lint: electron/main.ts#L191
A `require()` style import is forbidden
lint: electron/logger.ts#L98
A `require()` style import is forbidden
lint: src/app/dashboard/apps/[appId]/screenshots/page.tsx#L439
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
lint: src/app/dashboard/apps/[appId]/screenshots/page.tsx#L128
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
lint
React Hook useEffect has missing dependencies: 'setLocales' and 'setSelectedLocale'. Either include them or remove the dependency array
lint: src/app/dashboard/apps/[appId]/aso/keywords/_components/keywords-context.tsx#L203
React Hook useMemo has missing dependencies: 'getDescription', 'getSubtitle', 'getTitle', and 'handleKeywordsChange'. Either include them or remove the dependency array
lint: src/app/dashboard/apps/[appId]/aso/keywords/_components/keyword-analysis.ts#L4
'storefrontsByLocale' is defined but never used
lint
React Hook useEffect has missing dependencies: 'fixableLocales' and 'runFix'. Either include them or remove the dependency array
lint: src/app/dashboard/apps/[appId]/analytics/performance/page.tsx#L124
The 'perfMetrics' logical expression could make the dependencies of useMemo Hook (at line 127) change on every render. To fix this, wrap the initialization of 'perfMetrics' in its own useMemo() Hook
lint: scripts/explore-app-data.ts#L59
'getAll' is defined but never used
lint: scripts/explore-analytics.ts#L20
'APP_ID' is assigned a value but never used
lint: scripts/debug-analytics.ts#L137
'sumInRange' is defined but never used