Skip to content

Commit bc69854

Browse files
committed
Swift: specify treatment for multi-line things
1 parent 33b4d2d commit bc69854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/src/diagnostics/SuccessfullyExtractedLines.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Successfully extracted lines
3-
* @description Count all lines in source code in which something was extracted.
3+
* @description Count all lines in source code in which something was extracted. Entities spanning multiple lines like multi-line strings or comments only contribute one line to this count.
44
* @kind metric
55
* @id swift/diagnostics/successfully-extracted-lines
66
* @tags summary

0 commit comments

Comments
 (0)