Enable implicit this warnings for shared packs

This commit is contained in:
Kasper Svendsen 2023-05-16 08:45:52 +02:00
Родитель 167a5723b4
Коммит bfb098c3d6
7 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -3,3 +3,4 @@ version: 0.0.13-dev
groups: shared
library: true
dependencies:
warnOnImplicitThis: true

Просмотреть файл

@ -2,3 +2,4 @@ name: codeql/ssa
version: 0.0.17-dev
groups: shared
library: true
warnOnImplicitThis: true

Просмотреть файл

@ -3,3 +3,4 @@ description: Library for the CodeQL detective tutorials, helping new users learn
version: 0.0.10-dev
groups: shared
library: true
warnOnImplicitThis: true

Просмотреть файл

@ -4,3 +4,4 @@ groups: shared
library: true
dependencies:
codeql/util: ${workspace}
warnOnImplicitThis: true

Просмотреть файл

@ -2,3 +2,4 @@ name: codeql/typos
version: 0.0.17-dev
groups: shared
library: true
warnOnImplicitThis: true

Просмотреть файл

@ -3,3 +3,4 @@ version: 0.0.10-dev
groups: shared
library: true
dependencies:
warnOnImplicitThis: true

Просмотреть файл

@ -2,3 +2,4 @@ name: codeql/yaml
version: 0.0.2-dev
groups: shared
library: true
warnOnImplicitThis: true