Merge pull request #6163 from adityasharad/lines-of-code-make-unique

Ensure only one query per language is tagged `lines-of-code`
This commit is contained in:
Cornelius Riemenschneider
2021-06-28 10:57:29 +02:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
* @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.
* @kind metric
* @tags summary
* lines-of-code
*/
import cpp

View File

@@ -4,7 +4,6 @@
* @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.
* @kind metric
* @tags summary
* lines-of-code
*/
import javascript