PS: Warn on implicit this to make CI happy.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-08-26 19:37:29 +01:00
parent c30feab8ac
commit fd4b2b2c89
2 changed files with 4 additions and 2 deletions

View File

@@ -5,4 +5,5 @@ groups:
- microsoft-all
dbscheme: semmlecode.powershell.dbscheme
extractor: powershell
library: true
library: true
warnOnImplicitThis: true

View File

@@ -5,4 +5,5 @@ groups:
dependencies:
microsoft-sdl/powershell-all: ${workspace}
extractor: powershell
tests: .
tests: .
warnOnImplicitThis: true