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.
2 parents 758494b + 16b0356 commit 6ea2b87Copy full SHA for 6ea2b87
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