We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cadd3c commit 16b0356Copy full SHA for 16b0356
ruby/extractor/src/main.rs
@@ -68,7 +68,6 @@ fn main() -> std::io::Result<()> {
68
.unwrap_or_else(|_| tracing_subscriber::EnvFilter::new("ruby_extractor=warn")),
69
)
70
.init();
71
- tracing::warn!("Support for Ruby is currently in Beta: https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/");
72
let num_threads = num_codeql_threads();
73
tracing::info!(
74
"Using {} {}",
0 commit comments