There was an error while loading. Please reload this page.
@tags
1 parent 15289db commit 240f0abCopy full SHA for 240f0ab
3 files changed
ql/src/queries/metrics/FLines.ql
@@ -4,7 +4,6 @@
4
* @description The number of lines in each file.
5
* @metricType file
6
* @id rb/lines-per-file
7
- * @tags maintainability
8
*/
9
10
import ruby
ql/src/queries/metrics/FLinesOfCode.ql
@@ -5,7 +5,6 @@
* contain only comments or whitespace.
* @id rb/lines-of-code-in-files
11
ql/src/queries/metrics/FLinesOfComments.ql
* @description Measures the number of lines of comments in each file.
* @id rb/lines-of-comments-in-files
- * @tags documentation
0 commit comments