зеркало из https://github.com/github/codeql.git
Merge pull request #10081 from erik-krogh/desugar
add desugered to the typo database
This commit is contained in:
Коммит
1eb0f6a12e
|
@ -2543,6 +2543,8 @@ predicate typos(string wrong, string right) {
|
|||
or
|
||||
wrong = "destory" and right = "destroy"
|
||||
or
|
||||
wrong = "desugered" and right = "desugared"
|
||||
or
|
||||
wrong = "detailled" and right = "detailed"
|
||||
or
|
||||
wrong = "detatched" and right = "detached"
|
||||
|
|
|
@ -2543,6 +2543,8 @@ predicate typos(string wrong, string right) {
|
|||
or
|
||||
wrong = "destory" and right = "destroy"
|
||||
or
|
||||
wrong = "desugered" and right = "desugared"
|
||||
or
|
||||
wrong = "detailled" and right = "detailed"
|
||||
or
|
||||
wrong = "detatched" and right = "detached"
|
||||
|
|
Загрузка…
Ссылка в новой задаче