Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M2-5060 Change logic of monthly event calculation #404

Merged
merged 7 commits into from
Mar 5, 2024

Fix all warnings in GroupUtility

20e4dbe
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

M2-5060 Change logic of monthly event calculation #404

Fix all warnings in GroupUtility
20e4dbe
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint succeeded Mar 5, 2024 in 0s

76 warnings

ESLint found 76 warnings

Annotations

Check warning on line 34 in src/abstract/lib/GroupBuilder/ListItemsFactory.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L34

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

Check warning on line 37 in src/abstract/lib/GroupBuilder/ListItemsFactory.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L37

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

Check warning on line 89 in src/abstract/lib/GroupBuilder/ListItemsFactory.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L89

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

Check warning on line 90 in src/abstract/lib/GroupBuilder/ListItemsFactory.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L90

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

Check warning on line 114 in src/abstract/lib/GroupBuilder/ListItemsFactory.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L114

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

Check warning on line 115 in src/abstract/lib/GroupBuilder/ListItemsFactory.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L115

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

Check warning on line 120 in src/abstract/lib/GroupBuilder/ListItemsFactory.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L120

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

Check warning on line 121 in src/abstract/lib/GroupBuilder/ListItemsFactory.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L121

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

Check warning on line 140 in src/abstract/lib/GroupBuilder/ListItemsFactory.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L140

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

Check warning on line 141 in src/abstract/lib/GroupBuilder/ListItemsFactory.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/abstract/lib/GroupBuilder/ListItemsFactory.ts#L141

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

Check warning on line 37 in src/abstract/lib/GroupBuilder/ScheduledGroupEvaluator.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/abstract/lib/GroupBuilder/ScheduledGroupEvaluator.ts#L37

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

Check warning on line 10 in src/app/system/locale/i18n.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

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)

Check warning on line 71 in src/entities/activity/lib/markdownVariableReplacer.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/activity/lib/markdownVariableReplacer.ts#L71

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

Check warning on line 97 in src/entities/activity/lib/markdownVariableReplacer.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/activity/lib/markdownVariableReplacer.ts#L97

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

Check warning on line 98 in src/entities/activity/lib/markdownVariableReplacer.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/activity/lib/markdownVariableReplacer.ts#L98

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

Check warning on line 99 in src/entities/activity/lib/markdownVariableReplacer.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/activity/lib/markdownVariableReplacer.ts#L99

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

Check warning on line 100 in src/entities/activity/lib/markdownVariableReplacer.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/activity/lib/markdownVariableReplacer.ts#L100

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

Check warning on line 102 in src/entities/activity/lib/markdownVariableReplacer.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/activity/lib/markdownVariableReplacer.ts#L102

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

Check warning on line 73 in src/entities/applet/model/hooks/useStartEntity.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/applet/model/hooks/useStartEntity.ts#L73

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

Check warning on line 27 in src/entities/user/model/hooks/useAuthorization.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/user/model/hooks/useAuthorization.ts#L27

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

Check warning on line 30 in src/features/language/ui/LanguageDropdown.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

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)

Check warning on line 35 in src/pages/Login/index.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/pages/Login/index.tsx#L35

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

Check warning on line 61 in src/pages/Login/index.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/pages/Login/index.tsx#L61

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

Check warning on line 17 in src/pages/RecoveryPassword/index.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/pages/RecoveryPassword/index.tsx#L17

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

Check warning on line 18 in src/pages/RecoveryPassword/index.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/pages/RecoveryPassword/index.tsx#L18

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