Skip to content

feat: Add project frontend API with tests and fix backend project API #48

feat: Add project frontend API with tests and fix backend project API

feat: Add project frontend API with tests and fix backend project API #48

Triggered via pull request October 27, 2024 23:11
Status Success
Total duration 1m 2s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 11 warnings
autofix: .eslintrc.js#L1
'module' is not defined
autofix: frontend/src/app/[id]/page.tsx#L66
Unexpected any. Specify a different type
autofix: frontend/src/app/api/project/route.ts#L21
Unexpected any. Specify a different type
autofix: frontend/src/app/api/project/route.ts#L48
Unexpected any. Specify a different type
autofix: frontend/src/app/api/project/route.ts#L76
Unexpected any. Specify a different type
autofix: frontend/src/app/api/project/route.ts#L76
Unexpected any. Specify a different type
autofix: frontend/src/app/hooks/useLocalStorageData.ts#L3
Unexpected any. Specify a different type
autofix: frontend/src/components/chat/chat-bottombar.tsx#L68
Expected an assignment or function call and instead saw an expression
autofix: frontend/src/components/chat/chat-bottombar.tsx#L72
Expected an assignment or function call and instead saw an expression
autofix: frontend/src/components/chat/chat-topbar.tsx#L55
Unexpected any. Specify a different type
autofix
Process completed with exit code 1.
autofix
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
autofix: backend/src/app.module.ts#L13
'RolesGuard' is defined but never used. Allowed unused vars must match /^_/u
autofix: backend/src/app.module.ts#L14
'MenuGuard' is defined but never used. Allowed unused vars must match /^_/u
autofix: backend/src/app.resolver.ts#L1
'Injectable' is defined but never used. Allowed unused vars must match /^_/u
autofix: backend/src/auth/auth.service.ts#L87
Unexpected console statement
autofix: backend/src/auth/auth.service.ts#L95
'error' is defined but never used
autofix: backend/src/auth/auth.spec.ts#L34
'userRepository' is assigned a value but never used. Allowed unused vars must match /^_/u
autofix: backend/src/auth/auth.spec.ts#L35
'jwtService' is assigned a value but never used. Allowed unused vars must match /^_/u
autofix: backend/src/auth/auth.spec.ts#L36
'configService' is assigned a value but never used. Allowed unused vars must match /^_/u
autofix: backend/src/auth/dto/check-token.input.ts#L2
'OutputTypeFactory' is defined but never used. Allowed unused vars must match /^_/u
autofix: backend/src/auth/dto/check-token.input.ts#L3
'MinLength' is defined but never used. Allowed unused vars must match /^_/u