Skip to content

Commit f9ae44c

Browse files
authored
Merge pull request #16736 from igfoo/igfoo/debugLoC
Java/Kotlin: Tag the LoC queries 'debug'
2 parents 2413332 + c12adbe commit f9ae44c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

java/ql/src/Metrics/Summaries/LinesOfCodeJava.ql

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* or comments.
77
* @kind metric
88
* @tags summary
9+
* debug
910
*/
1011

1112
import java

java/ql/src/Metrics/Summaries/LinesOfCodeKotlin.ql

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* or comments.
77
* @kind metric
88
* @tags summary
9+
* debug
910
*/
1011

1112
import java

0 commit comments

Comments
 (0)