fix: imported fixes #25359
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/setup-node@v3.7.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
apps/meteor/app/channel-settings/server/functions/saveRoomTopic.ts#L25
Forbidden non-null assertion
|
Lint:
apps/meteor/app/lib/server/lib/debug.js#L84
Consider using the native Array.prototype.forEach() or Object.entries().forEach()
|
Lint:
apps/meteor/app/lib/server/lib/notifyListener.ts#L379
Forbidden non-null assertion
|
Lint:
apps/meteor/app/lib/server/lib/notifyListener.ts#L383
Forbidden non-null assertion
|
Lint:
apps/meteor/app/lib/server/oauth/oauth.js#L42
Consider using the native Array.prototype.includes()
|
Lint:
apps/meteor/app/lib/server/startup/rateLimiter.js#L65
Consider using the native Array.prototype.forEach() or Object.entries().forEach()
|
Lint:
apps/meteor/app/livechat/server/lib/sendTranscript.ts#L26
Async function 'sendTranscript' has a complexity of 32. Maximum allowed is 31
|
Lint:
apps/meteor/app/markdown/lib/hljs.js#L10
Async arrow function has a complexity of 173. Maximum allowed is 31
|
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
|
Lint:
apps/meteor/app/reactions/client/init.ts#L32
Forbidden non-null assertion
|
Loading