Skip to content

Chore adding autofix ci #5

Chore adding autofix ci

Chore adding autofix ci #5

Triggered via pull request October 23, 2024 05:06
Status Failure
Total duration 55s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 12 warnings
autofix
Lint or format checks failed. Please fix the issues locally and try again.
autofix
Process completed with exit code 1.
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/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: frontend/src/components/chat/chat-topbar.tsx#L60
Unexpected any. Specify a different type
autofix: frontend/src/components/emoji-picker.tsx#L28
Unexpected any. Specify a different type
autofix: frontend/src/components/ui/input.tsx#L5
An interface declaring no members is equivalent to its supertype
autofix: frontend/src/components/ui/textarea.tsx#L5
An interface declaring no members is equivalent to its supertype
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#L8
'User' is defined but never used. Allowed unused vars must match /^_/u
autofix: backend/src/app.module.ts#L12
'ConfigService' is defined but never used. Allowed unused vars must match /^_/u
autofix: backend/src/app.module.ts#L13
'JwtModule' is defined but never used. Allowed unused vars must match /^_/u
autofix: backend/src/app.module.ts#L14
'JwtCacheService' is defined but never used. Allowed unused vars must match /^_/u
autofix: backend/src/auth/auth.service.ts#L80
Unexpected console statement
autofix: backend/src/auth/auth.service.ts#L88
'error' is defined but never used
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
autofix: backend/src/chat/chat.module.ts#L2
'GraphQLModule' is defined but never used. Allowed unused vars must match /^_/u
autofix: backend/src/chat/chat.module.ts#L3
'ApolloDriver' is defined but never used. Allowed unused vars must match /^_/u
autofix
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/