From 240f3ed7dcf99b7793624dc5d41e66e9d11ea65c Mon Sep 17 00:00:00 2001 From: Arthur Baars Date: Thu, 24 Sep 2020 11:04:15 +0200 Subject: [PATCH] LGTM: add Metrics/FLinesOfComment.ql to go-lgtm-full.qls --- ql/src/codeql-suites/go-lgtm-full.qls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ql/src/codeql-suites/go-lgtm-full.qls b/ql/src/codeql-suites/go-lgtm-full.qls index 98e6abfcc30..98cb5395e2b 100644 --- a/ql/src/codeql-suites/go-lgtm-full.qls +++ b/ql/src/codeql-suites/go-lgtm-full.qls @@ -8,4 +8,4 @@ - ide-contextual-queries/local-definitions - ide-contextual-queries/local-references - query: Metrics/FLinesOfCode.ql - +- query: Metrics/FLinesOfComment.ql