Ruby: fix warnings

This commit is contained in:
Harry Maclean
2023-12-08 09:16:17 +00:00
parent 1b29ed2a81
commit 199c6b224d

View File

@@ -10,8 +10,8 @@ import codeql.ruby.AST
// This query is empty as Application Mode is not yet supported for Ruby.
from
Callable endpoint, Call usage, string package, string type, string name, string parameters,
boolean supported, string namespace, string version, string supportedType, string classification
Call usage, string package, string type, string name, string parameters, boolean supported,
string namespace, string version, string supportedType, string classification
where none()
select usage, namespace, type, name, parameters, supported, namespace, version, supportedType,
classification
select usage, package, namespace, type, name, parameters, supported, namespace, version,
supportedType, classification