chore: remove Troubleshoot options #11743
Triggered via pull request
September 18, 2023 17:49
Status
Cancelled
Total duration
11m 4s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
⚙️ Variables Setup
12s
Matrix: 🔎 Code Check / code-check
Matrix: 🚢 Build Docker Images for Testing
Matrix: 🔨 Test API (EE) / test
Waiting for pending jobs
Matrix: 🔨 Test API (CE) / test
Waiting for pending jobs
Matrix: 🔨 Test UI (EE) / test
Waiting for pending jobs
Matrix: 🔨 Test UI (CE) / test
Waiting for pending jobs
Matrix: 🚢 Build Docker Images for Production
Matrix: 🚀 Publish Docker Image (main)
Matrix: 🚀 Publish Docker Image (services)
trigger-dependent-workflows
0s
Annotations
9 errors and 10 warnings
🔎 Code Check / TypeScript
@rocket.chat/meteor#typecheck: command (/home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor) yarn run typecheck exited (2)
|
🔎 Code Check / TypeScript
'semver' is declared but its value is never read.
|
🔎 Code Check / TypeScript
'Info' is declared but its value is never read.
|
🔎 Code Check / TypeScript
Process completed with exit code 2.
|
🔎 Code Check / Code Lint
@rocket.chat/meteor#lint: command (/home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor) yarn run lint exited (1)
|
🔎 Code Check / Code Lint:
apps/meteor/server/settings/troubleshoot.ts#L1
'semver' is defined but never used
|
🔎 Code Check / Code Lint:
apps/meteor/server/settings/troubleshoot.ts#L4
'Info' is defined but never used
|
🔎 Code Check / Code Lint
Process completed with exit code 1.
|
📦 Meteor Build - coverage
The operation was canceled.
|
🔎 Code Check / Code Lint:
packages/agenda/src/Agenda.ts#L66
Do not use "@ts-ignore" because it alters compilation errors
|
🔎 Code Check / Code Lint:
packages/agenda/src/Agenda.ts#L69
Do not use "@ts-ignore" because it alters compilation errors
|
🔎 Code Check / Code Lint:
packages/agenda/src/Agenda.ts#L72
Do not use "@ts-ignore" because it alters compilation errors
|
🔎 Code Check / Code Lint:
packages/agenda/src/Agenda.ts#L125
Do not use "@ts-ignore" because it alters compilation errors
|
🔎 Code Check / Code Lint:
packages/agenda/src/Agenda.ts#L127
Do not use "@ts-ignore" because it alters compilation errors
|
🔎 Code Check / Code Lint:
packages/agenda/src/Agenda.ts#L605
Do not use "@ts-ignore" because it alters compilation errors
|
🔎 Code Check / Code Lint:
packages/livechat/src/components/Composer/index.tsx#L29
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
🔎 Code Check / Code Lint:
packages/livechat/src/components/Composer/index.tsx#L244
Forbidden non-null assertion
|
🔎 Code Check / Code Lint:
packages/livechat/src/components/Composer/index.tsx#L252
Forbidden non-null assertion
|
🔎 Code Check / Code Lint:
apps/meteor/app/api/server/v1/settings.ts#L106
Prefer using an optional chain expression instead, as it's more concise and easier to read
|