You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/ql/src/Diagnostics/LinesOfCode.ql
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
/**
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.
0 commit comments