Swift: Enable implicit this warnings for remaining packs

This commit is contained in:
Kasper Svendsen
2023-06-27 12:09:27 +02:00
parent 56a5a576a8
commit 8ce09438a0
4 changed files with 4 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ name: codeql/swift-downgrades
groups: swift
downgrades: .
library: true
warnOnImplicitThis: true

View File

@@ -4,3 +4,4 @@ dependencies:
codeql/swift-all: ${workspace}
tests: .
extractor: swift
warnOnImplicitThis: true

View File

@@ -2,3 +2,4 @@ name: codeql/swift-consistency-queries
groups: [swift, test, consistency-queries]
dependencies:
codeql/swift-all: ${workspace}
warnOnImplicitThis: true

View File

@@ -4,3 +4,4 @@ groups:
- examples
dependencies:
codeql/swift-all: ${workspace}
warnOnImplicitThis: true