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

Move services to @common #11915

Draft
wants to merge 2 commits into
base: wip/sb/remove-reexports-from-common
Choose a base branch
from

Fix type errors

32fbce9
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Move services to @common #11915

Fix type errors
32fbce9
Select commit
Loading
Failed to load commit list.
GitHub Actions / 🧹 GUI Lint Results failed Dec 19, 2024 in 1s

🧹 GUI Lint Results

4 ESLint error(s) and 36 ESLint warning(s) found

Details

4 Error(s):

app/gui/src/dashboard/App.tsx line 113

  • Start Line: 113
  • End Line: 113
  • Message: No default imports from modules. Add to DEFAULT_IMPORT_ONLY_MODULES in eslint.config.js if the module only has a default export.
    • From: [no-restricted-syntax]

app/gui/src/dashboard/App.tsx line 113

  • Start Line: 113
  • End Line: 113
  • Message: No default imports from modules. Add to DEFAULT_IMPORT_ONLY_MODULES in eslint.config.js if the module only has a default export.
    • From: [no-restricted-syntax]

app/gui/src/dashboard/App.tsx line 113

  • Start Line: 113
  • End Line: 113
  • Message: No default imports from modules. Add to DEFAULT_IMPORT_ONLY_MODULES in eslint.config.js if the module only has a default export.
    • From: [no-restricted-syntax]

app/gui/src/dashboard/App.tsx line 113

  • Start Line: 113
  • End Line: 113
  • Message: No default imports from modules. Add to DEFAULT_IMPORT_ONLY_MODULES in eslint.config.js if the module only has a default export.
    • From: [no-restricted-syntax]

36 Warning(s):

app/gui/src/common/services/ProjectManager.ts line 62

  • Start Line: 62
  • End Line: 62
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-redeclare').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 289

  • Start Line: 289
  • End Line: 289
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 292

  • Start Line: 292
  • End Line: 292
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 295

  • Start Line: 295
  • End Line: 295
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 333

  • Start Line: 333
  • End Line: 333
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-assignment' or '@typescript-eslint/no-unsafe-argument').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 737

  • Start Line: 737
  • End Line: 737
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/prefer-promise-reject-errors').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 752

  • Start Line: 752
  • End Line: 752
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/naming-convention').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 764

  • Start Line: 764
  • End Line: 764
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-assignment').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 773

  • Start Line: 773
  • End Line: 773
  • Message: Unused eslint-disable directive (no problems were reported from 'no-restricted-syntax').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 62

  • Start Line: 62
  • End Line: 62
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-redeclare').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 289

  • Start Line: 289
  • End Line: 289
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 292

  • Start Line: 292
  • End Line: 292
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 295

  • Start Line: 295
  • End Line: 295
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 333

  • Start Line: 333
  • End Line: 333
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-assignment' or '@typescript-eslint/no-unsafe-argument').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 737

  • Start Line: 737
  • End Line: 737
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/prefer-promise-reject-errors').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 752

  • Start Line: 752
  • End Line: 752
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/naming-convention').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 764

  • Start Line: 764
  • End Line: 764
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-assignment').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 773

  • Start Line: 773
  • End Line: 773
  • Message: Unused eslint-disable directive (no problems were reported from 'no-restricted-syntax').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 62

  • Start Line: 62
  • End Line: 62
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-redeclare').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 289

  • Start Line: 289
  • End Line: 289
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 292

  • Start Line: 292
  • End Line: 292
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 295

  • Start Line: 295
  • End Line: 295
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 333

  • Start Line: 333
  • End Line: 333
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-assignment' or '@typescript-eslint/no-unsafe-argument').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 737

  • Start Line: 737
  • End Line: 737
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/prefer-promise-reject-errors').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 752

  • Start Line: 752
  • End Line: 752
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/naming-convention').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 764

  • Start Line: 764
  • End Line: 764
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-assignment').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 773

  • Start Line: 773
  • End Line: 773
  • Message: Unused eslint-disable directive (no problems were reported from 'no-restricted-syntax').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 62

  • Start Line: 62
  • End Line: 62
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-redeclare').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 289

  • Start Line: 289
  • End Line: 289
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 292

  • Start Line: 292
  • End Line: 292
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 295

  • Start Line: 295
  • End Line: 295
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 333

  • Start Line: 333
  • End Line: 333
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-assignment' or '@typescript-eslint/no-unsafe-argument').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 737

  • Start Line: 737
  • End Line: 737
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/prefer-promise-reject-errors').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 752

  • Start Line: 752
  • End Line: 752
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/naming-convention').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 764

  • Start Line: 764
  • End Line: 764
  • Message: Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-assignment').
    • From: [null]

app/gui/src/common/services/ProjectManager.ts line 773

  • Start Line: 773
  • End Line: 773
  • Message: Unused eslint-disable directive (no problems were reported from 'no-restricted-syntax').
    • From: [null]

Annotations

Check warning on line 62 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L62

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-redeclare').

Check warning on line 289 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L289

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').

Check warning on line 292 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L292

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').

Check warning on line 295 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L295

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').

Check warning on line 333 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L333

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-assignment' or '@typescript-eslint/no-unsafe-argument').

Check warning on line 737 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L737

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/prefer-promise-reject-errors').

Check warning on line 752 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L752

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/naming-convention').

Check warning on line 764 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L764

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-assignment').

Check warning on line 773 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L773

[null] Unused eslint-disable directive (no problems were reported from 'no-restricted-syntax').

Check failure on line 113 in app/gui/src/dashboard/App.tsx

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/dashboard/App.tsx#L113

[no-restricted-syntax] No default imports from modules. Add to `DEFAULT_IMPORT_ONLY_MODULES` in `eslint.config.js` if the module only has a default export.

Check warning on line 62 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L62

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-redeclare').

Check warning on line 289 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L289

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').

Check warning on line 292 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L292

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').

Check warning on line 295 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L295

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').

Check warning on line 333 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L333

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-assignment' or '@typescript-eslint/no-unsafe-argument').

Check warning on line 737 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L737

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/prefer-promise-reject-errors').

Check warning on line 752 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L752

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/naming-convention').

Check warning on line 764 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L764

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-assignment').

Check warning on line 773 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L773

[null] Unused eslint-disable directive (no problems were reported from 'no-restricted-syntax').

Check failure on line 113 in app/gui/src/dashboard/App.tsx

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/dashboard/App.tsx#L113

[no-restricted-syntax] No default imports from modules. Add to `DEFAULT_IMPORT_ONLY_MODULES` in `eslint.config.js` if the module only has a default export.

Check warning on line 62 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L62

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-redeclare').

Check warning on line 289 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L289

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').

Check warning on line 292 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L292

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').

Check warning on line 295 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L295

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/member-ordering').

Check warning on line 333 in app/gui/src/common/services/ProjectManager.ts

See this annotation in the file changed.

@github-actions github-actions / 🧹 GUI Lint Results

app/gui/src/common/services/ProjectManager.ts#L333

[null] Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-assignment' or '@typescript-eslint/no-unsafe-argument').