mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
tree-sitter: Add dbscheme regeneration instructions
This commit is contained in:
@@ -28,5 +28,10 @@ pub fn run(options: Options) -> std::io::Result<()> {
|
||||
},
|
||||
];
|
||||
|
||||
generate(languages, options.dbscheme, options.library)
|
||||
generate(
|
||||
languages,
|
||||
options.dbscheme,
|
||||
options.library,
|
||||
"run 'make dbscheme' in ql/ruby/",
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user