Skip to content

M2-7457: Character Counter #508

M2-7457: Character Counter

M2-7457: Character Counter #508

Triggered via pull request August 30, 2024 04:51
Status Success
Total duration 2m 57s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

51 warnings
assetsTransformer.js#L4
'config' is defined but never used. Allowed unused args must match /^_/u (unused-imports/no-unused-vars)
assetsTransformer.js#L4
'options' is defined but never used. Allowed unused args must match /^_/u (unused-imports/no-unused-vars)
index.js#L22
'isHeadless' is missing in props validation (react/prop-types)
src/app/index.tsx#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/app/model/migrations/MigrationProcessor.ts#L69
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/app/model/migrations/MigrationProcessor.ts#L130
Invalid operand for a '+' operation. Operands must each be a number or string. Got `unknown` (@typescript-eslint/restrict-plus-operands)
src/app/model/migrations/MigrationRunner.ts#L35
Invalid type "number[]" of template literal expression (@typescript-eslint/restrict-template-expressions)
src/app/model/migrations/MigrationRunner.ts#L53
Invalid type "unknown" of template literal expression (@typescript-eslint/restrict-template-expressions)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L60
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L61
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L63
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L64
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L70
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L71
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L73
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L74
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L104
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L190
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L206
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L227
Invalid type "unknown" of template literal expression (@typescript-eslint/restrict-template-expressions)
src/app/ui/AppProvider/AnalyticsProvider.tsx#L9
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/app/ui/AppProvider/FeatureFlagsProvider.tsx#L23
Invalid type "any" of template literal expression (@typescript-eslint/restrict-template-expressions)
src/app/ui/AppProvider/NavigationProvider.tsx#L42
Invalid type "string | undefined" of template literal expression (@typescript-eslint/restrict-template-expressions)
src/app/ui/AppProvider/NavigationProvider.tsx#L46
Invalid type "string | undefined" of template literal expression (@typescript-eslint/restrict-template-expressions)
src/app/ui/AppProvider/NavigationProvider.tsx#L48
Invalid type "string | undefined" of template literal expression (@typescript-eslint/restrict-template-expressions)
src/app/ui/AppProvider/NavigationProvider.tsx#L48
Invalid type "any" of template literal expression (@typescript-eslint/restrict-template-expressions)
src/app/ui/AppProvider/ReactQueryProvider.tsx#L26
Expected '!==' and instead saw '!=' (eqeqeq)
src/app/ui/AppProvider/ReactQueryProvider.tsx#L35
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/app/ui/AppProvider/ReactQueryProvider.tsx#L41
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
src/app/ui/AppProvider/ReactQueryProvider.tsx#L43
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
src/app/ui/AppProvider/ReactQueryProvider.tsx#L50
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/app/ui/AppProvider/ReactQueryProvider.tsx#L53
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/app/ui/AppProvider/ReduxProvider.tsx#L28
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/ui/AppProvider/ReduxProvider.tsx#L39
Unsafe argument of type `any` assigned to a parameter of type `{ identity: InitialState; applets: InitialState; streaming: StreamingState; } | Partial<{ identity: InitialState | undefined; applets: InitialState | undefined; streaming: StreamingState | undefined; }> | undefined` (@typescript-eslint/no-unsafe-argument)
src/app/ui/AppProvider/ReduxProvider.tsx#L52
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
src/app/ui/AppProvider/ReduxProvider.tsx#L52
Unsafe member access .default on an `any` value (@typescript-eslint/no-unsafe-member-access)
src/app/ui/AppProvider/ReduxProvider.tsx#L53
Unsafe argument of type `any` assigned to a parameter of type `ThunkMiddleware<{ identity: InitialState; applets: InitialState; streaming: StreamingState; }, UnknownAction>` (@typescript-eslint/no-unsafe-argument)
src/app/ui/AppProvider/ReduxProvider.tsx#L53
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
src/app/ui/AppProvider/StorageMigrationProvider.tsx#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/entities/abTrail/ui/AbCanvas.tsx#L97
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbCanvas.tsx#L126
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbCanvas.tsx#L127
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbCanvas.tsx#L151
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbCanvas.tsx#L151
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbCanvas.tsx#L361
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbShapes.tsx#L38
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbShapes.tsx#L44
Unsafe argument of type `any` assigned to a parameter of type `DataSourceParam` (@typescript-eslint/no-unsafe-argument)
src/entities/abTrail/ui/AbShapes.tsx#L46
Unsafe argument of type `any` assigned to a parameter of type `DataSourceParam` (@typescript-eslint/no-unsafe-argument)
src/entities/abTrail/ui/AbShapes.tsx#L48
Unsafe argument of type `any` assigned to a parameter of type `DataSourceParam` (@typescript-eslint/no-unsafe-argument)
src/entities/abTrail/ui/AbShapes.tsx#L71
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/