Rust: use common config for analysis

Now that the nightly bundle has the default query set, we don't need a special
inline config.
This commit is contained in:
Paolo Tranquilli
2024-10-31 16:44:07 +01:00
parent 03ced1795a
commit c6585b726a
2 changed files with 3 additions and 6 deletions

View File

@@ -9,3 +9,5 @@ paths-ignore:
- '/python/'
- '/javascript/ql/test'
- '/javascript/extractor/tests'
- '/rust/ql/test'
- '/rust/ql/integration-tests'