Skip to content

Fix test-utils typescript errors #5540

Fix test-utils typescript errors

Fix test-utils typescript errors #5540

Triggered via pull request February 9, 2024 18:21
Status Success
Total duration 3m 16s
Artifacts

test.yml

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

Annotations

11 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: modules/aggregation-layers/src/heatmap-layer/heatmap-layer.ts#L490
'textureSize' is assigned a value but never used
test-node: modules/aggregation-layers/src/utils/gpu-grid-aggregation/gpu-grid-aggregator.ts#L411
'parameters' is assigned a value but never used
test-node: modules/carto/src/api/request-with-parameters.ts#L13
Async function 'requestWithParameters' has too many statements (26). Maximum allowed is 25
test-node: modules/carto/src/layers/schema/carto-vector-tile-loader.ts#L1
'earcut' should be listed in the project's dependencies. Run 'npm i -S earcut' to add it
test-node: modules/carto/src/layers/utils.ts#L19
Function 'mergeBoundaryData' has too many statements (30). Maximum allowed is 25
test-node: modules/carto/src/layers/utils.ts#L32
Unexpected use of continue statement
test-node: modules/carto/src/layers/vector-tile-layer.ts#L76
Identifier 'properties_tiles' is not in camel case
test-node: modules/carto/src/layers/vector-tile-layer.ts#L89
Identifier 'properties_tiles' is not in camel case
test-node: modules/core/src/effects/lighting/lighting-effect.ts#L1
'Shader' is defined but never used
test-node: modules/core/src/lib/deck-picker.ts#L342
Method '_pickVisibleObjects' has too many statements (32). Maximum allowed is 25