C++: Put autogenerated models in the same folder structure as Rust.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-05-29 16:29:19 +01:00
parent ef1ddd04ee
commit cb0b566588
3 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ dependencies:
codeql/xml: ${workspace}
dataExtensions:
- ext/*.model.yml
- ext/generated/*.model.yml
- ext/generated/**/*.model.yml
- ext/deallocation/*.model.yml
- ext/allocation/*.model.yml
warnOnImplicitThis: true