Ruby: generate overlay discard predicates

This commit is contained in:
Nick Rolfe
2025-06-06 18:06:13 +01:00
parent 1bbba2f664
commit a9ddf0026b
5 changed files with 287 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ use clap::Args;
use codeql_extractor::file_paths::PathTransformer;
use lazy_static::lazy_static;
use rayon::prelude::*;
use serde_json;
use std::borrow::Cow;
use std::collections::HashSet;
use std::fs;