M2-5923: Create Update Jira Tickets GitHub Actions workflow #81
Annotations
51 warnings
src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L34
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L37
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L89
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L90
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L114
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L115
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L120
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L121
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L140
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L141
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/abstract/lib/GroupBuilder/ScheduledGroupEvaluator.ts#L37
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/app/system/locale/i18n.ts#L10
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
|
src/entities/activity/lib/markdownVariableReplacer.ts#L71
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/entities/activity/lib/markdownVariableReplacer.ts#L97
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/entities/activity/lib/markdownVariableReplacer.ts#L98
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/entities/activity/lib/markdownVariableReplacer.ts#L99
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/entities/activity/lib/markdownVariableReplacer.ts#L100
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/entities/activity/lib/markdownVariableReplacer.ts#L102
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/entities/applet/model/hooks/useStartEntity.ts#L73
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/entities/user/model/hooks/useAuthorization.ts#L27
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/features/language/ui/LanguageDropdown.tsx#L30
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
|
src/pages/Login/index.tsx#L35
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/pages/Login/index.tsx#L61
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/pages/RecoveryPassword/index.tsx#L17
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/pages/RecoveryPassword/index.tsx#L18
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/pages/Signup/index.tsx#L36
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/shared/api/services/axios.ts#L6
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/shared/api/services/axios.ts#L54
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/shared/api/services/axios.ts#L57
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
|
src/shared/api/types/useQuery.ts#L5
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/shared/api/types/useQuery.ts#L5
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/shared/api/types/useQuery.ts#L7
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/shared/api/types/useQuery.ts#L7
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/shared/api/types/useQuery.ts#L19
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/shared/api/types/useQuery.ts#L19
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/shared/ui/BaseButton/index.tsx#L49
Component definition is missing display name (react/display-name)
|
src/shared/ui/Form/index.tsx#L6
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/shared/ui/Form/index.tsx#L6
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/shared/ui/Input/index.tsx#L32
Unsafe array destructuring of a tuple element with an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/shared/ui/Input/index.tsx#L55
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/shared/ui/Items/AudioPlayer/lib/useAudioControls.ts#L17
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
|
src/shared/ui/Markdown/lib/useMarkdownExtender.ts#L18
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
|
src/shared/ui/NotificationCenter/ui/ErrorNotification.tsx#L15
Component definition is missing display name (react/display-name)
|
src/shared/ui/NotificationCenter/ui/Notification.tsx#L17
Component definition is missing display name (react/display-name)
|
src/shared/ui/NotificationCenter/ui/SuccessNotification.tsx#L15
Component definition is missing display name (react/display-name)
|
src/shared/ui/NotificationCenter/ui/WarningNotification.tsx#L15
Component definition is missing display name (react/display-name)
|
src/shared/utils/analytics/mixpanel.ts#L3
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/shared/utils/analytics/mixpanel.ts#L7
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/shared/utils/encryption/encryption.ts#L66
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/shared/utils/hooks/useEncryption.ts#L20
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|