Bug fix: Update scorecard to v2.3.1 (#8688) #6174
Annotations
12 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/aggregation-layers/src/heatmap-layer/heatmap-layer.ts#L472
'textureSize' is assigned a value but never used
|
test-node:
modules/aggregation-layers/src/screen-grid-layer/screen-grid-cell-layer.ts#L21
'Device' is defined but never used
|
test-node:
modules/aggregation-layers/src/utils/gpu-grid-aggregation/gpu-grid-aggregator.ts#L25
'log' is defined but never used
|
test-node:
modules/aggregation-layers/src/utils/gpu-grid-aggregation/gpu-grid-aggregator.ts#L400
'parameters' is assigned a value but never used
|
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/vector-tile-layer.ts#L85
Identifier 'properties_tiles' is not in camel case
|
test-node:
modules/carto/src/layers/vector-tile-layer.ts#L98
Identifier 'properties_tiles' is not in camel case
|
test-node:
modules/core/src/lib/deck-picker.ts#L342
Method '_pickVisibleObjects' has too many statements (32). Maximum allowed is 25
|
test-node:
modules/core/src/lib/deck.ts#L394
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/core/src/lib/deck.ts#L408
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
|