Skip to content

RD 777 update docs for animated route layer #241

RD 777 update docs for animated route layer

RD 777 update docs for animated route layer #241

Triggered via pull request April 25, 2025 16:05
Status Success
Total duration 35s
Artifacts

format-lint.yml

on: pull_request
format-and-lint
24s
format-and-lint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
format-and-lint: src/ColorRamp.ts#L87
Forbidden non-null assertion
format-and-lint: src/ColorRamp.ts#L91
Forbidden non-null assertion
format-and-lint: src/ColorRamp.ts#L95
Forbidden non-null assertion
format-and-lint: src/ColorRamp.ts#L250
Forbidden non-null assertion
format-and-lint: src/ColorRamp.ts#L251
Forbidden non-null assertion
format-and-lint: src/ColorRamp.ts#L260
Forbidden non-null assertion
format-and-lint: src/ColorRamp.ts#L273
Forbidden non-null assertion
format-and-lint: src/Map.ts#L354
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
format-and-lint: src/Map.ts#L354
Promise returned in function argument where a void return was expected
format-and-lint: src/Map.ts#L416
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator