From fd4b2b2c89e0dca77a41fef653137da8926d656c Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Mon, 26 Aug 2024 19:37:29 +0100 Subject: [PATCH] PS: Warn on implicit this to make CI happy. --- powershell/ql/lib/qlpack.yml | 3 ++- powershell/ql/test/qlpack.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/powershell/ql/lib/qlpack.yml b/powershell/ql/lib/qlpack.yml index 5522b6f7d3f..28385cb7c15 100644 --- a/powershell/ql/lib/qlpack.yml +++ b/powershell/ql/lib/qlpack.yml @@ -5,4 +5,5 @@ groups: - microsoft-all dbscheme: semmlecode.powershell.dbscheme extractor: powershell -library: true \ No newline at end of file +library: true +warnOnImplicitThis: true \ No newline at end of file diff --git a/powershell/ql/test/qlpack.yml b/powershell/ql/test/qlpack.yml index c60137dd510..ccd69e233fe 100644 --- a/powershell/ql/test/qlpack.yml +++ b/powershell/ql/test/qlpack.yml @@ -5,4 +5,5 @@ groups: dependencies: microsoft-sdl/powershell-all: ${workspace} extractor: powershell -tests: . \ No newline at end of file +tests: . +warnOnImplicitThis: true \ No newline at end of file