mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Ruby: More QLDoc police
This commit is contained in:
@@ -25,7 +25,7 @@ class TypeTrackerContent extends OptionalTypeTrackerContent {
|
||||
TypeTrackerContent() { this != "" }
|
||||
}
|
||||
|
||||
/** The content string representing no value. */
|
||||
/** Gets the content string representing no value. */
|
||||
OptionalTypeTrackerContent noContent() { result = "" }
|
||||
|
||||
/** A content set, which is currently just a singleton set for Python. */
|
||||
|
||||
@@ -167,8 +167,8 @@ predicate basicStoreStep(Node nodeFrom, Node nodeTo, TypeTrackerContentSet conte
|
||||
}
|
||||
|
||||
/**
|
||||
* A `content`-store step from `nodeFrom -> nodeTo` where the destination node is a post-update
|
||||
* node that should be treated as a local source node.
|
||||
* Holds if a store step `nodeFrom -> nodeTo` with `contents` exists, where the destination node
|
||||
* is a post-update node that should be treated as a local source node.
|
||||
*/
|
||||
predicate postUpdateStoreStep(Node nodeFrom, Node nodeTo, TypeTrackerContentSet contents) {
|
||||
// TODO: support SetterMethodCall inside TuplePattern
|
||||
|
||||
Reference in New Issue
Block a user