mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #13173 from kaspersv/kaspersv/enable-implicit-this-warnings-shared-packs
Enable implicit this warnings for shared packs
This commit is contained in:
@@ -3,3 +3,4 @@ version: 0.0.13-dev
|
|||||||
groups: shared
|
groups: shared
|
||||||
library: true
|
library: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
warnOnImplicitThis: true
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ name: codeql/ssa
|
|||||||
version: 0.0.17-dev
|
version: 0.0.17-dev
|
||||||
groups: shared
|
groups: shared
|
||||||
library: true
|
library: true
|
||||||
|
warnOnImplicitThis: true
|
||||||
|
|||||||
@@ -3,3 +3,4 @@ description: Library for the CodeQL detective tutorials, helping new users learn
|
|||||||
version: 0.0.10-dev
|
version: 0.0.10-dev
|
||||||
groups: shared
|
groups: shared
|
||||||
library: true
|
library: true
|
||||||
|
warnOnImplicitThis: true
|
||||||
|
|||||||
@@ -4,3 +4,4 @@ groups: shared
|
|||||||
library: true
|
library: true
|
||||||
dependencies:
|
dependencies:
|
||||||
codeql/util: ${workspace}
|
codeql/util: ${workspace}
|
||||||
|
warnOnImplicitThis: true
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ name: codeql/typos
|
|||||||
version: 0.0.17-dev
|
version: 0.0.17-dev
|
||||||
groups: shared
|
groups: shared
|
||||||
library: true
|
library: true
|
||||||
|
warnOnImplicitThis: true
|
||||||
|
|||||||
@@ -3,3 +3,4 @@ version: 0.0.10-dev
|
|||||||
groups: shared
|
groups: shared
|
||||||
library: true
|
library: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
warnOnImplicitThis: true
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ name: codeql/yaml
|
|||||||
version: 0.0.2-dev
|
version: 0.0.2-dev
|
||||||
groups: shared
|
groups: shared
|
||||||
library: true
|
library: true
|
||||||
|
warnOnImplicitThis: true
|
||||||
|
|||||||
Reference in New Issue
Block a user