diff --git a/src/codeql.ts b/src/codeql.ts index 7e63fa9b0..7bfe6dd2a 100644 --- a/src/codeql.ts +++ b/src/codeql.ts @@ -32,14 +32,14 @@ export interface Sarif { /** * Run a query. Will operate on the current working directory and create the following directories: * - query/ (query.ql and any other supporting files) - * - results/ (results.{bqrs,sarif} and metadata.json) + * - results/ (results.{bqrs,sarif}) * * @param codeql The path to the codeql binary * @param database The path to the bundled database zip file * @param nwo The name of the repository * @param queryPack The path to the query pack * @returns Promise Resolves when the query has finished running. Returns information - * about the query result and paths to the result files and metadata.json file. + * about the query result and paths to the result files. */ export async function runQuery( codeql: string, diff --git a/testdata/test_download_response/error.txt b/testdata/test_download_response/error.txt deleted file mode 100644 index 6ec9f89ae..000000000 --- a/testdata/test_download_response/error.txt +++ /dev/null @@ -1 +0,0 @@ -Ceci n'est pas un error message. \ No newline at end of file diff --git a/testdata/test_download_response/metadata.json b/testdata/test_download_response/metadata.json deleted file mode 100644 index 9896910db..000000000 --- a/testdata/test_download_response/metadata.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "nwo": "a/c" -}