Skip to content

Rd 783 e2e for animated route layer #252

Rd 783 e2e for animated route layer

Rd 783 e2e for animated route layer #252

Triggered via pull request May 1, 2025 17:44
Status Failure
Total duration 35s
Artifacts

format-lint.yml

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

Annotations

9 errors and 10 warnings
format-and-lint
Delete `⏎`
format-and-lint
Process completed with exit code 1.
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