No Floating Promise In Function
Handle promise-returning calls explicitly
#Metadata
#Why it matters
Handle promise-returning calls explicitly:statement-level promise calls should be awaited, voided, returned, or chained with rejection handling.
#Remediation
Handle promise-returning calls explicitly:statement-level promise calls should be awaited, voided, returned, or chained with rejection handling.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.correctness.no-floating-promise-in-function.rule.yaml.