From 2d07270c1ec3ee0e2b1ab5dd8ece2dbf76af1fa9 Mon Sep 17 00:00:00 2001 From: Arthur Baars Date: Thu, 24 Oct 2024 12:09:04 +0200 Subject: [PATCH] Rust: stop sharing Diagnostics.qll with Ruby :-( --- config/identical-files.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/identical-files.json b/config/identical-files.json index 1b48e4372bf..c4436872b9a 100644 --- a/config/identical-files.json +++ b/config/identical-files.json @@ -351,9 +351,5 @@ "Python model summaries test extension": [ "python/ql/test/library-tests/dataflow/model-summaries/InlineTaintTest.ext.yml", "python/ql/test/library-tests/dataflow/model-summaries/NormalDataflowTest.ext.yml" - ], - "Diagnostics.qll": [ - "ruby/ql/lib/codeql/ruby/Diagnostics.qll", - "rust/ql/lib/codeql/rust/Diagnostics.qll" ] }