Skip to content

RD-578_space-box

RD-578_space-box #230

Triggered via pull request April 17, 2025 09:39
Status Success
Total duration 38s
Artifacts

format-lint.yml

on: pull_request
format-and-lint
27s
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/ColorRamp.ts#L325
Unnecessary conditional, comparison is always true, since `"ease-in-exp" === "ease-in-exp"` is true
format-and-lint: src/Map.ts#L227
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#L303
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