mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
drop @tags from metrics queries
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
* @description The number of lines in each file.
|
||||
* @metricType file
|
||||
* @id rb/lines-per-file
|
||||
* @tags maintainability
|
||||
*/
|
||||
|
||||
import ruby
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
* contain only comments or whitespace.
|
||||
* @metricType file
|
||||
* @id rb/lines-of-code-in-files
|
||||
* @tags maintainability
|
||||
*/
|
||||
|
||||
import ruby
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* @description Measures the number of lines of comments in each file.
|
||||
* @metricType file
|
||||
* @id rb/lines-of-comments-in-files
|
||||
* @tags documentation
|
||||
*/
|
||||
|
||||
import ruby
|
||||
|
||||
Reference in New Issue
Block a user