mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
Add missing @id properties
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/**
|
||||
* @kind graph
|
||||
* @id rb/test/cfg
|
||||
*/
|
||||
|
||||
import codeql_ruby.CFG
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
/**
|
||||
* @kind graph
|
||||
* @id rb/test/print-ast
|
||||
*/
|
||||
|
||||
import codeql_ruby.printAst
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
/**
|
||||
* @kind graph
|
||||
* @id rb/test/ancestors
|
||||
*/
|
||||
|
||||
import ruby
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
/**
|
||||
* @kind graph
|
||||
* @id rb/test/supertypes
|
||||
*/
|
||||
|
||||
import ruby
|
||||
|
||||
Reference in New Issue
Block a user