mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
CPP: Enable implicit this warnings for remaining packs
This commit is contained in:
@@ -2,3 +2,4 @@ name: codeql/cpp-downgrades
|
||||
groups: cpp
|
||||
downgrades: .
|
||||
library: true
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -4,3 +4,4 @@ groups:
|
||||
- examples
|
||||
dependencies:
|
||||
codeql/cpp-all: ${workspace}
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -6,3 +6,4 @@ dependencies:
|
||||
codeql/cpp-queries: ${workspace}
|
||||
extractor: cpp
|
||||
tests: .
|
||||
warnOnImplicitThis: true
|
||||
|
||||
Reference in New Issue
Block a user