mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02: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:
@@ -9,7 +9,7 @@ import python
|
||||
|
||||
from string classname
|
||||
where
|
||||
exists(AstNode node | not exists(node.getLocation()) and classname = node.getAQlClass())
|
||||
or
|
||||
exists(ControlFlowNode node | not exists(node.getLocation()) and classname = node.getAQlClass())
|
||||
exists(AstNode node | not exists(node.getLocation()) and classname = node.getAQlClass())
|
||||
or
|
||||
exists(ControlFlowNode node | not exists(node.getLocation()) and classname = node.getAQlClass())
|
||||
select classname
|
||||
|
||||
Reference in New Issue
Block a user