Skip to content

Commit e637661

Browse files
authored
Update for latest diagnostics and lints (#6552)
Content reviewed already within the SDK.
1 parent b5862ac commit e637661

File tree

4 files changed

+289
-64
lines changed

4 files changed

+289
-64
lines changed

src/_data/linter_rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@
10301030
},
10311031
{
10321032
"name": "discarded_futures",
1033-
"description": "Don't invoke asynchronous functions in non-`async` blocks.",
1033+
"description": "There should be no `Future`-returning calls in synchronous functions unless they are assigned or returned.",
10341034
"categories": [
10351035
"errorProne"
10361036
],

0 commit comments

Comments
 (0)