You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
function foo(): void {
for($i = 0; $i < 10; $i++) {
> await bar();
| ^^^^^^^^^^^
| DontAwaitInALoop Linter:
| blah blah blah more details here
}
}
Even if not directly useful, it would be good to use this for the unit test non-autofix .expect files - they would be much easier to review for correctness and completeness
The text was updated successfully, but these errors were encountered:
also the AwaitInLoop linter intentionally overrides the default output to print out specific lines but doesn't point to the exact relevant node at each line
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example, something along the lines of input file:
HHAST could optionally output something like...
Even if not directly useful, it would be good to use this for the unit test non-autofix
.expect
files - they would be much easier to review for correctness and completenessThe text was updated successfully, but these errors were encountered: