mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Python: Ignore SynthDictSplatArgumentNode failures
This commit is contained in:
@@ -8,6 +8,9 @@ private module ConsistencyChecksInput implements ConsistencyChecksInputSig {
|
||||
n instanceof DataFlowPrivate::SyntheticPostUpdateNode
|
||||
or
|
||||
n instanceof DataFlowPrivate::SyntheticPreUpdateNode
|
||||
or
|
||||
// TODO: when adding support for proper content, handle **kwargs passing better!
|
||||
n instanceof DataFlowPrivate::SynthDictSplatArgumentNode
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user