Merge pull request #5963 from adityasharad/python/lines-of-user-code

Python: Treat `py/summary/lines-of-user-code` as the primary summary metric
This commit is contained in:
Rasmus Wriedt Larsen
2021-05-28 11:08:35 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,6 @@
* database. This query counts the lines of code, excluding whitespace or comments.
* @kind metric
* @tags summary
* lines-of-code
* @id py/summary/lines-of-code
*/

View File

@@ -7,6 +7,7 @@
* be counted as user written code.
* @kind metric
* @tags summary
* lines-of-code
* @id py/summary/lines-of-user-code
*/