Merge pull request #15874 from github/henrymercer/mark-loc-as-telemetry

Show lines of code data in debug mode only
This commit is contained in:
Henry Mercer
2024-03-21 12:20:09 +00:00
committed by GitHub
11 changed files with 11 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
* @kind metric
* @tags summary
* lines-of-code
* debug
*/
import codeql.ruby.AST

View File

@@ -6,6 +6,7 @@
* query counts the lines of code, excluding whitespace or comments.
* @kind metric
* @tags summary
* debug
*/
import codeql.ruby.AST