Go: Enable warnings for implicit this receivers

This commit is contained in:
Kasper Svendsen
2023-05-03 15:41:55 +02:00
parent ea75996932
commit 46727af948
3 changed files with 3 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ dependencies:
codeql/util: ${workspace}
dataExtensions:
- ext/*.model.yml
warnOnImplicitThis: true

View File

@@ -10,3 +10,4 @@ dependencies:
codeql/go-all: ${workspace}
codeql/suite-helpers: ${workspace}
codeql/util: ${workspace}
warnOnImplicitThis: true

View File

@@ -7,3 +7,4 @@ dependencies:
codeql/go-all: ${workspace}
codeql/go-examples: ${workspace}
extractor: go
warnOnImplicitThis: true