mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
C++: Update summary metrics query format.
This commit is contained in:
committed by
GitHub
parent
863497c695
commit
16a3dfa30a
@@ -1,8 +1,9 @@
|
||||
/**
|
||||
* @id cpp/summary/files
|
||||
* @name Total source files
|
||||
* @description The total number of source files.
|
||||
* @kind metric
|
||||
* @id cpp/summary/files
|
||||
* @tags summary
|
||||
*/
|
||||
|
||||
import cpp
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
/**
|
||||
* @id cpp/summary/lines
|
||||
* @name Total lines of text
|
||||
* @description The total number of lines of text across all source files.
|
||||
* @kind metric
|
||||
* @id cpp/summary/lines
|
||||
* @tags summary
|
||||
*/
|
||||
|
||||
import cpp
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
/**
|
||||
* @id cpp/summary/lines-of-code
|
||||
* @name Total lines of code
|
||||
* @description The total number of lines of code across all source files.
|
||||
* @kind metric
|
||||
* @id cpp/summary/lines-of-code
|
||||
* @tags summary
|
||||
*/
|
||||
|
||||
import cpp
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
/**
|
||||
* @id cpp/summary/lines-of-code-per-file
|
||||
* @name Lines of code per source file
|
||||
* @description The number of lines of code for each source file.
|
||||
* @kind metric
|
||||
* @id cpp/summary/lines-of-code-per-file
|
||||
* @tags summary
|
||||
*/
|
||||
|
||||
import cpp
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
/**
|
||||
* @id cpp/summary/lines-per-file
|
||||
* @name Lines of text per source file
|
||||
* @description The number of lines of text for each source file.
|
||||
* @kind metric
|
||||
* @id cpp/summary/lines-per-file
|
||||
* @tags summary
|
||||
*/
|
||||
|
||||
import cpp
|
||||
|
||||
Reference in New Issue
Block a user