Missing `await` syntax in coroutine calls

Last modified: 03 December 2024

Reports coroutines that were called without using the await syntax.

Example:

After the quick-fix is applied, the code changes to: