Skip to content

Feature/firebase auth #26

Feature/firebase auth

Feature/firebase auth #26

Triggered via pull request January 29, 2025 23:11
Status Failure
Total duration 35s
Artifacts

lint-check.yml

on: pull_request
Backend lint and style check
5s
Backend lint and style check
Frontend lint and style check
25s
Frontend lint and style check
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 7 warnings
Backend lint and style check
Process completed with exit code 1.
Frontend lint and style check: frontend/src/api/requests.ts#L25
Invalid type "number" of template literal expression
Frontend lint and style check: frontend/src/api/user.ts#L62
Unsafe assignment of an `any` value
Frontend lint and style check: frontend/src/api/user.ts#L65
'error' is defined but never used
Frontend lint and style check: frontend/src/api/user.ts#L80
Unsafe assignment of an `any` value
Frontend lint and style check: frontend/src/api/user.ts#L83
'error' is defined but never used
Frontend lint and style check: frontend/src/api/user.ts#L100
Unsafe assignment of an `any` value
Frontend lint and style check: frontend/src/app/pages/LogInPage.tsx#L9
'setError' is assigned a value but never used. Allowed unused elements of array destructuring must match /^_/u
Frontend lint and style check: frontend/src/app/pages/LogInPage.tsx#L15
'err' is defined but never used
Frontend lint and style check: frontend/src/app/pages/LogInPage.tsx#L27
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
Frontend lint and style check: frontend/src/app/pages/LogInPage.tsx#L33
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
Frontend lint and style check: frontend/src/api/user.ts#L3
There should be at least one empty line between import groups
Frontend lint and style check: frontend/src/api/user.ts#L4
`firebase/auth` import should occur before import of `./requests`
Frontend lint and style check: frontend/src/app/pages/LogInPage.tsx#L3
There should be at least one empty line between import groups
Frontend lint and style check: frontend/src/app/pages/SignUpPage.tsx#L4
There should be at least one empty line between import groups
Frontend lint and style check: frontend/src/app/pages/SignUpPage.tsx#L4
`firebase/auth` import should occur before import of `react`
Frontend lint and style check: frontend/src/contexts/userContext.tsx#L3
Member 'useContext' of the import declaration should be sorted alphabetically
Frontend lint and style check: frontend/src/firebase/firebase.ts#L2
There should be at least one empty line between import groups