phetsims / perennial

Maintenance tools that won't change with different versions of chipper checked out
MIT License
2 stars 5 forks source link

CT 21:1 error Promises must be awaited #345

Closed KatieWoe closed 8 months ago

KatieWoe commented 8 months ago
perennial : lint-everything
Lint-everything failed with status code 1:
Running "lint-everything" task

alpenglow:

/data/share/phet/continuous-testing/ct-main/ct-snapshots/1703213368425/alpenglow/js/webgpu/tests/ShaderTestUtils.ts
21:1 error 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 @typescript-eslint/no-floating-promises

✖ 1 problem (1 error, 0 warnings)

All results (repeated from above)

/data/share/phet/continuous-testing/ct-main/ct-snapshots/1703213368425/alpenglow/js/webgpu/tests/ShaderTestUtils.ts
21:1 error 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 @typescript-eslint/no-floating-promises

✖ 1 problem (1 error, 0 warnings)

Fatal error: Lint failed
Snapshot from 12/21/2023, 7:49:28 PM
jonathanolson commented 8 months ago

@zepumph was this solved by the other issue?

zepumph commented 8 months ago

Yes same issue, perennial reports lint for all repos. Closing