Skip to content

343 add validation to user signup form #59

343 add validation to user signup form

343 add validation to user signup form #59

Triggered via pull request September 6, 2023 21:27
Status Success
Total duration 1m 31s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
linting: server/src/acccount-manager/acccount-manager.module.ts#L1
'Module' is defined but never used
linting: server/src/acccount-manager/acccount-manager.module.ts#L2
'JwtModule' is defined but never used
linting: server/src/acccount-manager/acccount-manager.module.ts#L3
'PassportModule' is defined but never used
linting: server/src/acccount-manager/acccount-manager.module.ts#L4
'TypeOrmModule' is defined but never used
linting: server/src/acccount-manager/acccount-manager.module.ts#L5
'SendgridService' is defined but never used
linting: server/src/acccount-manager/acccount-manager.module.ts#L6
'User' is defined but never used
linting: server/src/acccount-manager/acccount-manager.module.ts#L8
'AccountManagerController' is defined but never used
linting: server/src/acccount-manager/acccount-manager.module.ts#L13
'FileStorageModule' is defined but never used
linting: server/src/acccount-manager/acccount-manager.module.ts#L14
'FilesStorageService' is defined but never used
linting: server/src/acccount-manager/acccount-manager.module.ts#L15
'CategoriesModule' is defined but never used
linting: client/src/components/FAQs.tsx#L61
Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop
linting: client/src/components/Users/Auth/SetNewPassword.tsx#L152
Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop
linting: client/src/providers/UserProvider.tsx#L65
React Hook React.useEffect has a missing dependency: 'setUserTimeout'. Either include it or remove the dependency array
linting: client/src/views/EmailVerification.tsx#L33
React Hook React.useEffect has a missing dependency: 'history'. Either include it or remove the dependency array
linting: client/src/views/SearchResults.tsx#L88
The 'fetchSearchData' function makes the dependencies of useEffect Hook (at line 131) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'fetchSearchData' in its own useCallback() Hook