Skip to content

Locations map

Locations map #95

Triggered via pull request May 5, 2024 22:57
Status Failure
Total duration 1m 22s
Artifacts

frontend.yml

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

Annotations

11 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/lib/components/SingleMap.svelte#L10
'DEFAULT_MAP_CENTER' is not defined
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
Build and check
Process completed with exit code 1.