Release #1531
Annotations
12 warnings
build-and-deploy:
renderer/playground/baseScene.ts#L205
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
|
build-and-deploy:
renderer/playground/scenes/main.ts#L216
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
|
build-and-deploy:
renderer/playground/scenes/main.ts#L251
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
|
build-and-deploy:
renderer/playground/scenes/main.ts#L253
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
|
build-and-deploy:
renderer/playground/scenes/main.ts#L267
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
|
build-and-deploy:
renderer/viewer/lib/entities.ts#L313
Method 'updatePlayerSkin' has too many parameters (5). Maximum allowed is 4
|
build-and-deploy:
renderer/viewer/lib/entities.ts#L921
Function 'addArmorModel' has too many parameters (5). Maximum allowed is 4
|
build-and-deploy:
renderer/viewer/lib/entity/EntityMesh.ts#L145
Function 'addCube' has too many parameters (8). Maximum allowed is 4
|
build-and-deploy:
renderer/viewer/lib/hand.ts#L48
Function 'setUVs' has too many parameters (8). Maximum allowed is 4
|
build-and-deploy:
renderer/viewer/lib/hand.ts#L94
Function 'setSkinUVs' has too many parameters (6). Maximum allowed is 4
|
build-and-deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-and-deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|