Swift: specify treatment for multi-line things

This commit is contained in:
Paolo Tranquilli
2023-03-31 10:32:40 +02:00
parent 33b4d2d653
commit bc698546e5

View File

@@ -1,6 +1,6 @@
/**
* @name Successfully extracted lines
* @description Count all lines in source code in which something was extracted.
* @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.
* @kind metric
* @id swift/diagnostics/successfully-extracted-lines
* @tags summary