Skip to content

Commit 523ed82

Browse files
RasmusWLtausbn
andauthored
Python: Apply suggestions from code review
Co-authored-by: Taus <[email protected]>
1 parent deb3db3 commit 523ed82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/ql/src/Summary/LinesOfCode.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
2-
* @id py/summary/lines-of-code
32
* @name Total lines of Python code in the database
43
* @description The total number of lines of Python code across all files, including
54
* external libraries and auto-generated files. This is a useful metric of the size of a
65
* database. This query counts the lines of code, excluding whitespace or comments.
76
* @kind metric
87
* @tags summary
8+
* @id py/summary/lines-of-code
99
*/
1010

1111
import python

python/ql/src/Summary/LinesOfUserCode.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**
2-
* @id py/summary/lines-of-user-code
32
* @name Total lines of user written Python code in the database
43
* @description The total number of lines of Python code from the source code directory,
54
* excluding auto-generated files. This query counts the lines of code, excluding
@@ -8,6 +7,7 @@
87
* be counted as user written code.
98
* @kind metric
109
* @tags summary
10+
* @id py/summary/lines-of-user-code
1111
*/
1212

1313
import python

0 commit comments

Comments
 (0)