This commit is contained in:
Henry Mercer 2022-11-03 11:40:22 +00:00
Родитель 83caf01778
Коммит c60d071239
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
/**
* @id ql/summary/lines-of-user-code
* @name Total Lines of user written QL code in the database
* @name Total lines of user written QL code in the database
* @description The total number of lines of QL code from the source code
* directory, excluding external library and auto-generated files. This
* query counts the lines of code, excluding whitespace or comments.

Просмотреть файл

@ -1,6 +1,6 @@
/**
* @id rb/summary/lines-of-user-code
* @name Total Lines of user written Ruby code in the database
* @name Total lines of user written Ruby code in the database
* @description The total number of lines of Ruby code from the source code
* directory, excluding external library and auto-generated files. This
* query counts the lines of code, excluding whitespace or comments.