Skip to content

Commit fd4b2b2

Browse files
committed
PS: Warn on implicit this to make CI happy.
1 parent c30feab commit fd4b2b2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

powershell/ql/lib/qlpack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ groups:
55
- microsoft-all
66
dbscheme: semmlecode.powershell.dbscheme
77
extractor: powershell
8-
library: true
8+
library: true
9+
warnOnImplicitThis: true

powershell/ql/test/qlpack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ groups:
55
dependencies:
66
microsoft-sdl/powershell-all: ${workspace}
77
extractor: powershell
8-
tests: .
8+
tests: .
9+
warnOnImplicitThis: true

0 commit comments

Comments
 (0)