[ENG-1855] Add Roam shared-node import discovery#1162
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
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
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
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
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