Skip to content

refactor: isolate auth module using inversion of control #24

refactor: isolate auth module using inversion of control

refactor: isolate auth module using inversion of control #24

Triggered via pull request December 18, 2025 05:18
Status Cancelled
Total duration 40s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
PR
The run was canceled by @autofix-ci[bot].
PR: src/components/FeedFilters.tsx#L442
Visible, non-interactive elements with click handlers must have at least one keyboard listener
PR: src/components/FeedEntry.tsx#L41
'FeedEntry' is already defined
PR: src/components/DocFeedbackNote.tsx#L338
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
PR: src/components/DocFeedbackNote.tsx#L338
Visible, non-interactive elements with click handlers must have at least one keyboard listener
PR: src/components/DocFeedbackNote.tsx#L302
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
PR: src/components/DocFeedbackNote.tsx#L302
Visible, non-interactive elements with click handlers must have at least one keyboard listener
PR: src/components/DocFeedbackFloatingButton.tsx#L89
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
PR: src/components/DocFeedbackFloatingButton.tsx#L89
Visible, non-interactive elements with click handlers must have at least one keyboard listener
PR
The run was canceled by @autofix-ci[bot].
PR: src/auth/oauth.server.ts#L176
An interface declaring no members is equivalent to its supertype
PR: src/auth/oauth.server.ts#L175
An interface declaring no members is equivalent to its supertype
PR: src/components/DocsLayout.tsx#L143
'name' is defined but never used. Allowed unused args must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/DocFeedbackNote.tsx#L18
'useToast' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/DocFeedbackFloatingButton.tsx#L62
React Hook React.useEffect has a missing dependency: 'setIsMenuOpen'. Either include it or remove the dependency array
PR: src/components/CookieConsent.tsx#L137
React Hook useEffect has missing dependencies: 'consentSettings' and 'updateGTMConsent'. Either include them or remove the dependency array
PR: src/components/CookieConsent.tsx#L2
'useCallback' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/BlockWithFeedback.tsx#L44
'isCollapsed' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/AILibraryHero.tsx#L97
'actions' is defined but never used. Allowed unused args must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/AILibraryHero.tsx#L97
'cta' is defined but never used. Allowed unused args must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/AILibraryHero.tsx#L97
'project' is defined but never used. Allowed unused args must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/auth/context.server.ts#L14
'createRepositories' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u