Process ALL terms-to-monitor, not just one #97
ci.yml
on: push
⚙️ Variables Setup
4s
🚀 Notify external services - draft
0s
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 (EE) / test
Waiting for pending jobs
Matrix: 🔨 Test UI (CE) / test
Waiting for pending jobs
Matrix: 🚀 Publish Docker Image (services)
Matrix: 🚀 Publish Docker Image (main)
🚀 Notify external services
0s
trigger-dependent-workflows
0s
Update Version Durability
/
update-versions
Matrix: 🚢 Build Docker Images for Production
Annotations
25 errors and 11 warnings
🔨 Test Unit / Unit Tests
@rocket.chat/meteor#testunit: command (/home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor) /tmp/xfs-1502a54c/yarn run testunit exited (1)
|
🔨 Test Unit / Unit Tests
Process completed with exit code 1.
|
📦 Meteor Build - coverage
@rocket.chat/meteor#build:ci: command (/home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor) /tmp/xfs-0c2d8ec3/yarn run build:ci exited (1)
|
📦 Meteor Build - coverage
Process completed with exit code 1.
|
🔎 Code Check / TypeScript
@rocket.chat/meteor#typecheck: command (/home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor) /tmp/xfs-9f609efe/yarn run typecheck exited (2)
|
🔎 Code Check / TypeScript
Property 'queryParams' does not exist on type 'Operations<never, { authRequired: true; }>'.
|
🔎 Code Check / TypeScript
Argument of type 'IEmail' is not assignable to parameter of type '{ to: string | string[]; from: string; replyTo?: string | undefined; subject: string; html?: string | undefined; text?: string | undefined; headers?: { [key: string]: unknown; } | undefined; data?: { ...; } | undefined; }'.
|
🔎 Code Check / TypeScript
'email' is declared but its value is never read.
|
🔎 Code Check / TypeScript
Type '{ 'User-Agent': string; 'Accept-Language': string | number | true | SettingValueMultiSelect | SettingValueRoomPick | Date | AssetValue; }' is not assignable to type 'HeadersInit | undefined'.
|
🔎 Code Check / TypeScript
A computed property name must be of type 'string', 'number', 'symbol', or 'any'.
|
🔎 Code Check / TypeScript
Type '(this: MethodThisType) => { key: string; description: null; icon: string; resultTemplate: string; supportsSuggestions: boolean; suggestionItemTemplate: string; settings: { ...; }; } | undefined' is not assignable to type '(this: MethodThisType) => IMessageSearchProvider | Promise<IMessageSearchProvider | undefined> | undefined'.
|
🔎 Code Check / TypeScript
'SLACK_CHANNEL_NAME' is declared but its value is never read.
|
🔎 Code Check / TypeScript
Variable 'attachments' implicitly has type 'any[]' in some locations where its type cannot be determined.
|
🔎 Code Check / TypeScript
'await' expressions are only allowed within async functions and at the top levels of modules.
|
🔎 Code Check / Code Lint:
apps/meteor/app/file-upload/server/lib/requests.ts#L4
There should be at least one empty line between import groups
|
🔎 Code Check / Code Lint:
apps/meteor/app/file-upload/server/lib/requests.ts#L5
`@rocket.chat/logger` import should occur before import of `@rocket.chat/models`
|
🔎 Code Check / Code Lint:
apps/meteor/app/lib/server/functions/setEmail.ts#L20
'email' is assigned a value but never used
|
|
🔎 Code Check / Code Lint:
apps/meteor/app/oembed/server/server.ts#L104
Replace `(process.env.SPEAKEASY_HTTP_HEADER_NAME·&&·process.env.SPEAKEASY_HTTP_HEADER_VALUE)` with `process.env.SPEAKEASY_HTTP_HEADER_NAME·&&⏎↹↹process.env.SPEAKEASY_HTTP_HEADER_VALUE`
|
🔎 Code Check / Code Lint:
apps/meteor/app/seeking-alpha/terms-of-use-violations/index.ts#L19
'SLACK_CHANNEL_NAME' is assigned a value but never used
|
🔎 Code Check / Code Lint:
apps/meteor/app/seeking-alpha/terms-of-use-violations/index.ts#L21
Use object destructuring
|
|
🔎 Code Check / Code Lint:
apps/meteor/app/seeking-alpha/utils/Slack.ts#L24
Expected non-Promise value in a boolean conditional
|
🔎 Code Check / Code Lint:
apps/meteor/app/seeking-alpha/utils/Slack.ts#L40
Parameter name `channel_id` must match one of the following formats: camelCase
|
✅ Tests Done
Process completed with exit code 1.
|
⚙️ Variables Setup
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🔎 Code Check / Code Lint:
apps/meteor/app/channel-settings/server/functions/saveRoomTopic.ts#L25
Forbidden non-null assertion
|
🔎 Code Check / Code Lint:
apps/meteor/app/lib/server/lib/debug.js#L84
Consider using the native Array.prototype.forEach() or Object.entries().forEach()
|
🔎 Code Check / Code Lint:
apps/meteor/app/lib/server/lib/notifyListener.ts#L379
Forbidden non-null assertion
|
🔎 Code Check / Code Lint:
apps/meteor/app/lib/server/lib/notifyListener.ts#L383
Forbidden non-null assertion
|
🔎 Code Check / Code Lint:
apps/meteor/app/lib/server/oauth/oauth.js#L42
Consider using the native Array.prototype.includes()
|
🔎 Code Check / Code Lint:
apps/meteor/app/lib/server/startup/rateLimiter.js#L65
Consider using the native Array.prototype.forEach() or Object.entries().forEach()
|
🔎 Code Check / Code Lint:
apps/meteor/app/livechat/server/lib/sendTranscript.ts#L26
Async function 'sendTranscript' has a complexity of 32. Maximum allowed is 31
|
🔎 Code Check / Code Lint:
apps/meteor/app/markdown/lib/hljs.js#L10
Async arrow function has a complexity of 173. Maximum allowed is 31
|
🔎 Code Check / Code Lint:
apps/meteor/app/meteor-accounts-saml/server/lib/SAML.ts#L81
Static async method 'insertOrUpdateSAMLUser' has a complexity of 33. Maximum allowed is 31
|
🔎 Code Check / Code Lint:
apps/meteor/app/reactions/client/init.ts#L32
Forbidden non-null assertion
|