mirror of
https://github.com/github/codeql.git
synced 2026-08-02 08:23:01 +02:00
This commit does the following: - creates a new cpp/ql/lib folder and moves the majority of `.qll` files from C++ into it. - updates references to these files from the relevant `.ql` files. - updates and adds `qlpack.yml` files to create publishable qlpacks for cpp. - updates the ``misc/suite-helpers/qlpack.yml` file to make it publishable - adds qlpack.lock.yml files for each published pack.
8 lines
134 B
YAML
8 lines
134 B
YAML
name: codeql/cpp-tests
|
|
version: 0.0.0
|
|
dependencies:
|
|
codeql/cpp-all: ^0.0.1
|
|
codeql/cpp-queries: ^0.0.1
|
|
extractor: cpp
|
|
tests: .
|