mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Document neverSkip to show nodes in paths
This commit is contained in:
@@ -633,6 +633,16 @@ configuration:
|
||||
predicate includeHiddenNodes() { any() }
|
||||
```
|
||||
|
||||
### Show more nodes in path explanations
|
||||
|
||||
Path explanations skip over most nodes and only show the important nodes in a
|
||||
path. To ensure that particular nodes are shown, define the following predicate
|
||||
in a configuration:
|
||||
|
||||
```ql
|
||||
predicate neverSkip(Node n)
|
||||
```
|
||||
|
||||
### Unreachable nodes
|
||||
|
||||
Consider:
|
||||
|
||||
Reference in New Issue
Block a user