mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
Move the `lines-of-code` tag from `py/summary/lines-of-code`. Code Scanning will eventually look for this tag. The intent is to treat the number of lines of user code for Python as the summary of how much code was analysed, ignoring both external libraries and generated code. This matches the current baseline metric the CodeQL Action computes for Python. We'll revisit this decision, and the baseline, if necessary.