migrate check_for_for_in_in_typo
diagnostic
This commit is contained in:
parent
9ce04e3783
commit
e1d63d1d7c
2 changed files with 17 additions and 8 deletions
|
@ -28,3 +28,7 @@ parser-incorrect-use-of-await =
|
|||
incorrect use of `await`
|
||||
.parentheses-suggestion = `await` is not a method call, remove the parentheses
|
||||
.postfix-suggestion = `await` is a postfix operation
|
||||
|
||||
parser-in-in-typo =
|
||||
expected iterable, found keyword `in`
|
||||
.suggestion = remove the duplicated `in`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue