GPU Aggregation: miscellaneous clean up #7209
Annotations
1 error and 10 warnings
Run tests
Process completed with exit code 1.
|
Run tests:
examples/experimental/tfjs/src/layers/spectrogram-layer.ts#L44
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
|
Run tests:
examples/website/360-video/app.tsx#L76
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
|
Run tests:
examples/website/collision-filter/app.tsx#L43
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
|
Run tests:
examples/website/image-tile/app.tsx#L70
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
|
Run tests:
examples/website/image-tile/app.tsx#L94
'data' is assigned a value but never used
|
Run tests:
examples/website/plot/plot-layer/plot-layer.ts#L92
Method 'getSamples' has too many statements (28). Maximum allowed is 25
|
Run tests:
examples/website/scenegraph/app.tsx#L106
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
|
Run tests:
examples/website/terrain-extension/app.tsx#L86
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
|
Run tests:
examples/website/wms/app.tsx#L68
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
|
Run tests:
modules/aggregation-layers/src/common/aggregator/cpu-aggregator/cpu-aggregator.ts#L74
Method 'setProps' has a complexity of 12. Maximum allowed is 11
|
Loading