mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Merge pull request #2988 from asger-semmle/js/autoformat-again-again
Approved by esbena
This commit is contained in:
@@ -19,10 +19,6 @@ select msg, comment
|
||||
|
||||
query string readFile(UselessCat cat) { result = PrettyPrintCatCall::createReadFileCall(cat) }
|
||||
|
||||
query SystemCommandExecution syncCommand() {
|
||||
result.isSync()
|
||||
}
|
||||
query SystemCommandExecution syncCommand() { result.isSync() }
|
||||
|
||||
query DataFlow::Node options(SystemCommandExecution sys) {
|
||||
result = sys.getOptionsArg()
|
||||
}
|
||||
query DataFlow::Node options(SystemCommandExecution sys) { result = sys.getOptionsArg() }
|
||||
|
||||
Reference in New Issue
Block a user