Skip to content

Commit cb0b566

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

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

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)