Merge pull request #2988 from asger-semmle/js/autoformat-again-again

Approved by esbena
This commit is contained in:
semmle-qlci
2020-03-04 21:20:52 +00:00
committed by GitHub
6 changed files with 23 additions and 27 deletions

View File

@@ -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() }