Skip to content

Locations map

Locations map #99

Triggered via pull request May 14, 2024 20:46
Status Failure
Total duration 1m 12s
Artifacts

frontend.yml

on: pull_request
Build and check
25s
Build and check
Run eslint
14s
Run eslint
Check code formatting
13s
Check code formatting
Run unit tests
12s
Run unit tests
Run integration tests
1m 2s
Run integration tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run eslint: frontend/src/lib/components/BaseMap.svelte#L2
'Popup' is defined but never used
Run eslint: frontend/src/lib/components/BaseMap.svelte#L7
There should be at least one empty line between import groups
Run eslint: frontend/src/lib/components/BaseMap.svelte#L18
`$lib/assert` import should occur before import of `$lib/svelte`
Run eslint: frontend/src/lib/components/BaseMap.svelte#L18
'unwrap' is defined but never used
Run eslint: frontend/src/lib/components/MultiMap.svelte#L4
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
Run eslint: frontend/src/routes/locations/+page.svelte#L12
There should be at least one empty line between import groups
Run eslint: frontend/src/routes/locations/+page.svelte#L13
`$lib/components/MultiMap.svelte` import should occur before import of `$lib/stores`
Run eslint: frontend/src/routes/locations/+page.svelte#L14
`$lib/components/map` type import should occur before import of `$lib/stores`
Run eslint: frontend/src/routes/locations/+page.svelte#L14
'Coordinates' is defined but never used
Run eslint: frontend/src/routes/locations/+page.svelte#L15
`$lib` import should occur before import of `$lib/api`