Skip to content

Commit a1c38b7

Browse files
authored
Merge pull request github#6163 from adityasharad/lines-of-code-make-unique
Ensure only one query per language is tagged `lines-of-code`
2 parents 8aa9cd5 + 61e6dcb commit a1c38b7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cpp/ql/src/Summary/LinesOfCode.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @description The total number of lines of C/C++ code across all files, including system headers, libraries, and auto-generated files. This is a useful metric of the size of a database. For all files that were seen during the build, this query counts the lines of code, excluding whitespace or comments.
55
* @kind metric
66
* @tags summary
7-
* lines-of-code
87
*/
98

109
import cpp

javascript/ql/src/Summary/LinesOfCode.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @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.
55
* @kind metric
66
* @tags summary
7-
* lines-of-code
87
*/
98

109
import javascript

0 commit comments

Comments
 (0)