1
Fork 0

migrate check_for_for_in_in_typo diagnostic

This commit is contained in:
Christian Poveda 2022-05-31 16:28:05 -05:00
parent 9ce04e3783
commit e1d63d1d7c
No known key found for this signature in database
GPG key ID: 27525EF5E7420A50
2 changed files with 17 additions and 8 deletions

View file

@ -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`