mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Python: Ignore SynthDictSplatArgumentNode failures
This commit is contained in:
@@ -8,6 +8,9 @@ private module ConsistencyChecksInput implements ConsistencyChecksInputSig {
|
|||||||
n instanceof DataFlowPrivate::SyntheticPostUpdateNode
|
n instanceof DataFlowPrivate::SyntheticPostUpdateNode
|
||||||
or
|
or
|
||||||
n instanceof DataFlowPrivate::SyntheticPreUpdateNode
|
n instanceof DataFlowPrivate::SyntheticPreUpdateNode
|
||||||
|
or
|
||||||
|
// TODO: when adding support for proper content, handle **kwargs passing better!
|
||||||
|
n instanceof DataFlowPrivate::SynthDictSplatArgumentNode
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
unreachableNode
|
|
||||||
| wrong_arguments.py:65:1:65:7 | SynthDictSplatArgumentNode | Unreachable node in step of kind call. |
|
|
||||||
| wrong_arguments.py:66:1:66:7 | SynthDictSplatArgumentNode | Unreachable node in step of kind call. |
|
|
||||||
| wrong_arguments.py:67:1:67:12 | SynthDictSplatArgumentNode | Unreachable node in step of kind call. |
|
|
||||||
| wrong_arguments.py:71:1:71:7 | SynthDictSplatArgumentNode | Unreachable node in step of kind call. |
|
|
||||||
| wrong_arguments.py:72:1:72:12 | SynthDictSplatArgumentNode | Unreachable node in step of kind call. |
|
|
||||||
| wrong_arguments.py:73:1:73:7 | SynthDictSplatArgumentNode | Unreachable node in step of kind call. |
|
|
||||||
Reference in New Issue
Block a user