Skip to content

fix: target subject ID normalization issue (M2-7407) #556

fix: target subject ID normalization issue (M2-7407)

fix: target subject ID normalization issue (M2-7407) #556

GitHub Actions / ESLint succeeded Oct 9, 2024 in 0s

1014 warnings

ESLint found 1014 warnings

Annotations

Check warning on line 68 in src/app/model/migrations/MigrationProcessor.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/MigrationProcessor.ts#L68

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 138 in src/app/model/migrations/MigrationProcessor.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/MigrationProcessor.ts#L138

Invalid operand for a '+' operation. Operands must each be a number or string. Got `unknown` (@typescript-eslint/restrict-plus-operands)

Check warning on line 60 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L60

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 61 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L61

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 63 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L63

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 64 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L64

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 70 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L70

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 71 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L71

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 73 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L73

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 74 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L74

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 107 in src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L107

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 200 in src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L200

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 216 in src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L216

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 24 in src/app/ui/AppProvider/ReactQueryProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReactQueryProvider.tsx#L24

Expected '!==' and instead saw '!=' (eqeqeq)

Check warning on line 33 in src/app/ui/AppProvider/ReactQueryProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReactQueryProvider.tsx#L33

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)

Check warning on line 39 in src/app/ui/AppProvider/ReactQueryProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReactQueryProvider.tsx#L39

Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)

Check warning on line 41 in src/app/ui/AppProvider/ReactQueryProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReactQueryProvider.tsx#L41

Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)

Check warning on line 48 in src/app/ui/AppProvider/ReactQueryProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReactQueryProvider.tsx#L48

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)

Check warning on line 51 in src/app/ui/AppProvider/ReactQueryProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReactQueryProvider.tsx#L51

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)

Check warning on line 28 in src/app/ui/AppProvider/ReduxProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReduxProvider.tsx#L28

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 39 in src/app/ui/AppProvider/ReduxProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

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)

Check warning on line 52 in src/app/ui/AppProvider/ReduxProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReduxProvider.tsx#L52

Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)

Check warning on line 52 in src/app/ui/AppProvider/ReduxProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReduxProvider.tsx#L52

Unsafe member access .default on an `any` value (@typescript-eslint/no-unsafe-member-access)

Check warning on line 53 in src/app/ui/AppProvider/ReduxProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

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)

Check warning on line 53 in src/app/ui/AppProvider/ReduxProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReduxProvider.tsx#L53

Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)