mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Python: Autoformat all .ql files.
This commit is contained in:
@@ -11,10 +11,8 @@
|
||||
|
||||
import python
|
||||
import Lexical.CommentedOutCode
|
||||
|
||||
import python
|
||||
|
||||
from File f, int n
|
||||
where n = count(CommentedOutCodeLine c | not c.maybeExampleCode() and c.getLocation().getFile() = f)
|
||||
select f, n
|
||||
order by n desc
|
||||
select f, n order by n desc
|
||||
|
||||
Reference in New Issue
Block a user