Skip to content

Plugins to their own files #74

Plugins to their own files

Plugins to their own files #74

Triggered via pull request December 30, 2025 21:36
Status Failure
Total duration 37s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
PR
Process completed with exit code 1.
PR: src/routes/admin/users.tsx#L46
'User' is already defined
PR: src/routes/admin/roles.$roleId.tsx#L19
'User' is already defined
PR: src/components/FeedEntry.tsx#L43
'FeedEntry' is already defined
PR: src/routes/_libraries/index.tsx#L1
'MatchRoute' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/Toc.tsx#L26
'colorTo' is defined but never used. Allowed unused args must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/Toc.tsx#L25
'colorFrom' is defined but never used. Allowed unused args must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/ThemeProvider.tsx#L9
'resolvedThemeSchema' is assigned a value but only used as a type. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR
'submitIconComponent' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/NpmStatsChart.tsx#L73
The ref value 'plotRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'plotRef.current' to a variable inside the effect, and use that variable in the cleanup function
PR: src/components/FeedFilters.tsx#L139
React Hook React.useEffect has a missing dependency: 'onFiltersChange'. Either include it or remove the dependency array. If 'onFiltersChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
PR: src/components/DocsLayout.tsx#L152
'getFrameworkTextColor' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/DocsLayout.tsx#L15
'GamFooter' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/DocsLayout.tsx#L2
'TextAlignStart' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u