Skip to content

Commit 15c3805

Browse files
committed
Remove bundled Ruby queries
This removes the bundled Ruby queries since these queries are in a CodeQL release now, so we should never find that the queries don't exist.
1 parent cab963c commit 15c3805

2 files changed

Lines changed: 3 additions & 354 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { fetchExternalApisQuery as rubyFetchExternalApisQuery } from "./ruby";
21
import type { Query } from "./query";
3-
import { QueryLanguage } from "../../common/query-language";
2+
import type { QueryLanguage } from "../../common/query-language";
43

54
export const fetchExternalApiQueries: Partial<Record<QueryLanguage, Query>> = {
6-
[QueryLanguage.Ruby]: rubyFetchExternalApisQuery,
5+
// Right now, there are no bundled queries. However, if we're adding a new
6+
// language for the model editor, we can add the query here.
77
};

extensions/ql-vscode/src/model-editor/queries/ruby.ts

Lines changed: 0 additions & 351 deletions
This file was deleted.

0 commit comments

Comments
 (0)