Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb0b566

Browse files
committed
C++: Put autogenerated models in the same folder structure as Rust.
1 parent ef1ddd0 commit cb0b566

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.
File renamed without changes.

cpp/ql/lib/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
codeql/xml: ${workspace}
1818
dataExtensions:
1919
- ext/*.model.yml
20-
- ext/generated/*.model.yml
20+
- ext/generated/**/*.model.yml
2121
- ext/deallocation/*.model.yml
2222
- ext/allocation/*.model.yml
2323
warnOnImplicitThis: true

0 commit comments

Comments
 (0)