Skip to content

Commit 0c0556b

Browse files
committed
JS: Update LinesOfCode.ql to match the style from C++
1 parent 6ca425f commit 0c0556b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

javascript/ql/src/Diagnostics/LinesOfCode.ql

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/**
2-
* @name Total lines of code
3-
* @description The total number of lines of code across all source files.
2+
* @id js/summary/lines-of-code
3+
* @name Total lines of JavaScript and TypeScript code in the database
4+
* @description The total number of lines of JavaScript or TypeScript code across all files checked into the repository, except in `node_modules`. This is a useful metric of the size of a database. For all files that were seen during extraction, this query counts the lines of code, excluding whitespace or comments.
45
* @kind metric
5-
* @id js/metrics/lines-of-code
6+
* @tags summary
67
*/
78

89
import javascript

0 commit comments

Comments
 (0)