mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rangeanalysis: Make new qlpack
This commit is contained in:
4
shared/rangeanalysis/change-notes/2023-10-05-initial.md
Normal file
4
shared/rangeanalysis/change-notes/2023-10-05-initial.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Initial release. Moves the range analysis library into its own qlpack.
|
||||
7
shared/rangeanalysis/qlpack.yml
Normal file
7
shared/rangeanalysis/qlpack.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: codeql/rangeanalysis
|
||||
version: 0.0.1-dev
|
||||
groups: shared
|
||||
library: true
|
||||
dependencies:
|
||||
codeql/util: ${workspace}
|
||||
warnOnImplicitThis: true
|
||||
Reference in New Issue
Block a user