fix pointer in .qlref, and update expected test results

This commit is contained in:
Erik Krogh Kristensen
2019-10-01 14:56:00 +02:00
parent aa1368741b
commit 1e2aad5a29
2 changed files with 2 additions and 2 deletions

View File

@@ -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"? |

View File

@@ -1 +1 @@
Declarations/SuspiciousMethodName.ql
Declarations/SuspiciousMethodNameDeclaration.ql