We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ab551 commit 6287b59Copy full SHA for 6287b59
1 file changed
ruby/ql/lib/ruby.dbscheme
@@ -101,13 +101,17 @@ yaml_scalars (unique int scalar: @yaml_scalar_node ref,
101
int style: int ref,
102
string value: string ref);
103
104
+yaml_comments (unique int id: @yaml_comment,
105
+ string text: string ref,
106
+ string tostring: string ref);
107
+
108
yaml_errors (unique int id: @yaml_error,
109
string message: string ref);
110
111
yaml_locations(unique int locatable: @yaml_locatable ref,
112
int location: @location_default ref);
113
-@yaml_locatable = @yaml_node | @yaml_error;
114
+@yaml_locatable = @yaml_node | @yaml_error | @yaml_comment;
115
116
/*- Database metadata -*/
117
0 commit comments