mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: Autoformat everything using qlformat.
Will need subsequent PRs fixing up test failures (due to deprecated methods moving around), but other than that everything should be straight-forward.
This commit is contained in:
@@ -2,7 +2,7 @@ import python
|
||||
|
||||
from Scope s, int n
|
||||
where
|
||||
exists(Function f | f = s | n = f.getMetrics().getNumberOfLines())
|
||||
or
|
||||
exists(Module m | m = s | n = m.getMetrics().getNumberOfLines())
|
||||
exists(Function f | f = s | n = f.getMetrics().getNumberOfLines())
|
||||
or
|
||||
exists(Module m | m = s | n = m.getMetrics().getNumberOfLines())
|
||||
select s.toString(), n
|
||||
|
||||
Reference in New Issue
Block a user