Skip to content

Commit d47d030

Browse files
author
Sauyon Lee
authored
Merge pull request #541 from smowton/smowton/admin/tag-lines-of-code
2 parents 6dcfbe8 + bc80772 commit d47d030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ql/src/Summary/LinesOfCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @description The total number of lines of Go code across all extracted files, including 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
78
*/
89

910
import go

0 commit comments

Comments
 (0)