Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @description Counts the number of AST nodes with a type at the type path length limit.
* @kind metric
* @id rust/summary/nodes-at-type-path-length-limit
* @tags summary
* @tags summary telemetry
*/

import rust
Expand Down
2 changes: 1 addition & 1 deletion rust/ql/src/queries/summary/QuerySinkCounts.ql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* operations are excluded.
* @kind metric
* @id rust/summary/query-sink-counts
* @tags summary
* @tags summary telemetry
*/

import rust
Expand Down
2 changes: 1 addition & 1 deletion rust/ql/src/queries/summary/SummaryStats.ql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @description A table of summary statistics about a database.
* @kind metric
* @id rust/summary/summary-statistics
* @tags summary
* @tags summary telemetry
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we do the same change to the Swift versions of these queries (that I am generally responsible for) - swift/summary/summary-statistics and swift/summary/query-sinks at least.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I would prefer doing that on a separate PR.

*/

import rust
Expand Down
2 changes: 1 addition & 1 deletion rust/ql/src/queries/summary/SummaryStatsReduced.ql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* has been found to be noisy on tests removed.
* @kind metric
* @id rust/summary/reduced-summary-statistics
* @tags summary
* @tags summary telemetry
*/

import rust
Expand Down
Loading