Skip to content

chore: fix lint warnings (#8764) #6339

chore: fix lint warnings (#8764)

chore: fix lint warnings (#8764) #6339

Triggered via push April 6, 2024 22:13
Status Success
Total duration 5m 55s
Artifacts

test.yml

on: push
Matrix: test-python
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test-python (3.8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-node
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coverallsapp/github-action@09b709cf6a16e30b0808ba050c7a6e8a5ef13f8d. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-node: modules/carto/src/layers/utils.ts#L19
Function 'mergeBoundaryData' has too many statements (30). Maximum allowed is 25
test-node: modules/core/src/lib/deck-picker.ts#L340
Method '_pickVisibleObjects' has too many statements (32). Maximum allowed is 25
test-node: modules/core/src/lib/deck.ts#L405
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
test-node: modules/extensions/src/data-filter/data-filter-extension.ts#L233
Method 'updateState' has a complexity of 12. Maximum allowed is 11
test-node: modules/extensions/src/terrain/terrain-cover.ts#L107
Method '_updateViewport' has too many statements (26). Maximum allowed is 25
test-node: modules/layers/src/geojson-layer/geojson-layer.ts#L557
'instancePickingColors' is assigned a value but never used
test-node: modules/layers/src/geojson-layer/geojson-layer.ts#L561
Expected a non-Promise value to be spreaded in an object
test-node: modules/test-utils/src/interaction-test-runner.ts#L69
Unexpected `await` of a non-Promise (non-"Thenable") value