mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Go: Enable implicit this warnings for remaining packs
This commit is contained in:
@@ -2,3 +2,4 @@ name: codeql/go-downgrades
|
||||
groups: go
|
||||
downgrades: .
|
||||
library: true
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
name: codeql/suite-helpers
|
||||
version: 0.0.2
|
||||
library: true
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -2,3 +2,4 @@ name: legacy-libraries-go
|
||||
version: 0.0.0
|
||||
# Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
|
||||
libraryPathDependencies: codeql-go
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -4,3 +4,4 @@ groups:
|
||||
- examples
|
||||
dependencies:
|
||||
codeql/go-all: ${workspace}
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -2,3 +2,4 @@ dependencies:
|
||||
codeql/go-all: '*'
|
||||
codeql/go-tests: '*'
|
||||
codeql/go-queries: '*'
|
||||
warnOnImplicitThis: true
|
||||
|
||||
@@ -2,3 +2,4 @@ dependencies:
|
||||
codeql/go-all: '*'
|
||||
codeql/go-tests: '*'
|
||||
codeql/go-queries: '*'
|
||||
warnOnImplicitThis: true
|
||||
|
||||
Reference in New Issue
Block a user