Skip to content

Patrick map

Patrick map #13

Triggered via pull request September 26, 2023 06:59
@mayfinnmayfinn
synchronize #22
patrick-map
Status Failure
Total duration 51s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: app/html/index.js#L2
Replace `'hereApiKey'` with `"hereApiKey"`
lint: app/html/index.js#L5
Replace `'currentLocation').split(','` with `"currentLocation").split(","`
lint: app/html/index.js#L6
Replace `'currentLocation').split(',').map(Number)[1]` with `"currentLocation").split(",").map(Number)[1],`
lint: app/html/index.js#L9
Replace `'startLocation'` with `"startLocation"`
lint: app/html/index.js#L10
Replace `'endLocation'` with `"endLocation"`
lint: app/html/index.js#L17
Insert `,`
lint: app/html/index.js#L21
'targetElement' is assigned a value but never used
lint: app/html/index.js#L21
Replace `'mapContainer');⏎` with `"mapContainer");`
lint: app/html/index.js#L29
Replace `'mapContainer'` with `"mapContainer"`
lint: app/html/index.js#L33
Insert `,`
lint: app/App.svelte#L10
'selectedIndex' is not a valid binding(invalid-binding)
lint: app/shared/components/Accordion.svelte#L25
A11y: A form label must be associated with a control.(a11y-label-has-associated-control)
lint: app/shared/components/BigButton.svelte#L15
A11y: A form label must be associated with a control.(a11y-label-has-associated-control)
lint: app/shared/components/BigButton.svelte#L17
A11y: A form label must be associated with a control.(a11y-label-has-associated-control)
lint: app/shared/components/Button.svelte#L54
Identifier is expected(css-syntax-error)
lint: app/shared/components/DepartureDestinationSwitcher.svelte#L16
A11y: A form label must be associated with a control.(a11y-label-has-associated-control)
lint: app/shared/components/DepartureDestinationSwitcher.svelte#L17
A11y: A form label must be associated with a control.(a11y-label-has-associated-control)
lint: app/shared/components/Input.svelte#L42
A11y: A form label must be associated with a control.(a11y-label-has-associated-control)
lint: app/shared/components/Place.svelte#L16
A11y: A form label must be associated with a control.(a11y-label-has-associated-control)
lint: app/shared/components/Place.svelte#L24
A11y: A form label must be associated with a control.(a11y-label-has-associated-control)