From bc807720757efe5f72d6d3b7b60317b4e513f5dc Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Fri, 14 May 2021 18:27:55 +0100 Subject: [PATCH] Tag lines of code query --- ql/src/Summary/LinesOfCode.ql | 1 + 1 file changed, 1 insertion(+) diff --git a/ql/src/Summary/LinesOfCode.ql b/ql/src/Summary/LinesOfCode.ql index 87d8321e20b..383d7c5021e 100644 --- a/ql/src/Summary/LinesOfCode.ql +++ b/ql/src/Summary/LinesOfCode.ql @@ -4,6 +4,7 @@ * @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. * @kind metric * @tags summary + * lines-of-code */ import go