Skip to content

Commit 1658a1c

Browse files
committed
Python: Ignore SynthDictSplatArgumentNode failures
1 parent bff95c4 commit 1658a1c

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

python/ql/consistency-queries/TypeTrackingConsistency.ql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ private module ConsistencyChecksInput implements ConsistencyChecksInputSig {
88
n instanceof DataFlowPrivate::SyntheticPostUpdateNode
99
or
1010
n instanceof DataFlowPrivate::SyntheticPreUpdateNode
11+
or
12+
// TODO: when adding support for proper content, handle **kwargs passing better!
13+
n instanceof DataFlowPrivate::SynthDictSplatArgumentNode
1114
}
1215
}
1316

python/ql/test/query-tests/Classes/Arguments/CONSISTENCY/TypeTrackingConsistency.expected

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)