Add TypeTracker to identical-files.json

This commit is contained in:
Arthur Baars
2021-04-29 12:14:19 +02:00
parent f07c58ee07
commit 300a54384f
3 changed files with 17 additions and 15 deletions

View File

@@ -10,5 +10,9 @@
"DataFlow": [
"codeql/csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll",
"ql/src/codeql_ruby/dataflow/internal/DataFlowImpl.qll"
],
"TypeTracker": [
"codeql/python/ql/src/experimental/typetracking/TypeTracker.qll",
"ql/src/codeql_ruby/typetracking/TypeTracker.qll"
]
}
}