mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
fix pointer in .qlref, and update expected test results
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
| tst.ts:7:3:7:24 | constru ... string; | Declares a suspiciously named method "constructor". Did you mean "new"? |
|
||||
| tst.ts:7:3:7:24 | constru ... string; | Declares a suspiciously named method "constructor". Did you mean to write a class instead of an interface? |
|
||||
| tst.ts:16:3:16:21 | function(): number; | Declares a suspiciously named method "function". Did you mean to omit "function"? |
|
||||
| tst.ts:37:3:37:21 | function(): number; | Declares a suspiciously named method "function". Did you mean to omit "function"? |
|
||||
| tst.ts:48:3:48:13 | new(): Quz; | Declares a suspiciously named method "new". Did you mean "constructor"? |
|
||||
|
||||
@@ -1 +1 @@
|
||||
Declarations/SuspiciousMethodName.ql
|
||||
Declarations/SuspiciousMethodNameDeclaration.ql
|
||||
Reference in New Issue
Block a user