Skip to content

[ENG-1855] Add Roam shared-node import discovery#1162

Open
sid597 wants to merge 1 commit into
mainfrom
eng-1855-add-roam-shared-node-import-discovery
Open

[ENG-1855] Add Roam shared-node import discovery#1162
sid597 wants to merge 1 commit into
mainfrom
eng-1855-add-roam-shared-node-import-discovery

[ENG-1855] Add Roam shared-node import discovery

797e34e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / eslint (apps/roam) completed Jun 26, 2026 in 0s

reviewdog [eslint (apps/roam)] report

reported by reviewdog 🐶

Findings (4)

apps/roam/src/utils/tests/discoverSharedNodes.test.ts|25 col 3| Arrow function has too many parameters (5). Maximum allowed is 3 max-params
apps/roam/src/utils/tests/discoverSharedNodes.test.ts|45 col 18| This assertion is unnecessary since it does not change the type of the expression @typescript-eslint/no-unnecessary-type-assertion
apps/roam/src/utils/tests/discoverSharedNodes.test.ts|97 col 12| This assertion is unnecessary since it does not change the type of the expression @typescript-eslint/no-unnecessary-type-assertion
apps/roam/src/utils/tests/discoverSharedNodes.test.ts|98 col 12| This assertion is unnecessary since it does not change the type of the expression @typescript-eslint/no-unnecessary-type-assertion

Filtered Findings (0)

Annotations

Check warning on line 25 in apps/roam/src/utils/__tests__/discoverSharedNodes.test.ts

See this annotation in the file changed.

@github-actions github-actions / eslint (apps/roam)

[eslint (apps/roam)] apps/roam/src/utils/__tests__/discoverSharedNodes.test.ts#L25

Arrow function has too many parameters (5). Maximum allowed is 3                   max-params
Raw output
  25:3   warning  Arrow function has too many parameters (5). Maximum allowed is 3                   max-params

Check warning on line 45 in apps/roam/src/utils/__tests__/discoverSharedNodes.test.ts

See this annotation in the file changed.

@github-actions github-actions / eslint (apps/roam)

[eslint (apps/roam)] apps/roam/src/utils/__tests__/discoverSharedNodes.test.ts#L45

This assertion is unnecessary since it does not change the type of the expression  @typescript-eslint/no-unnecessary-type-assertion
Raw output
  45:18  warning  This assertion is unnecessary since it does not change the type of the expression  @typescript-eslint/no-unnecessary-type-assertion

Check warning on line 97 in apps/roam/src/utils/__tests__/discoverSharedNodes.test.ts

See this annotation in the file changed.

@github-actions github-actions / eslint (apps/roam)

[eslint (apps/roam)] apps/roam/src/utils/__tests__/discoverSharedNodes.test.ts#L97

This assertion is unnecessary since it does not change the type of the expression  @typescript-eslint/no-unnecessary-type-assertion
Raw output
  97:12  warning  This assertion is unnecessary since it does not change the type of the expression  @typescript-eslint/no-unnecessary-type-assertion

Check warning on line 98 in apps/roam/src/utils/__tests__/discoverSharedNodes.test.ts

See this annotation in the file changed.

@github-actions github-actions / eslint (apps/roam)

[eslint (apps/roam)] apps/roam/src/utils/__tests__/discoverSharedNodes.test.ts#L98

This assertion is unnecessary since it does not change the type of the expression  @typescript-eslint/no-unnecessary-type-assertion
Raw output
  98:12  warning  This assertion is unnecessary since it does not change the type of the expression  @typescript-eslint/no-unnecessary-type-assertion