From c5b186e38c41dc248d1f65573e017ea4e7a6accc Mon Sep 17 00:00:00 2001 From: Anas-Elhounsri Date: Wed, 17 Jun 2026 23:29:00 +0200 Subject: [PATCH 1/2] Added visual comparisons to ground truth --- docs/ground_truth/comparison.html | 525 ++++++++++++++++++++++++++++++ docs/ground_truth/index.html | 125 ++----- 2 files changed, 546 insertions(+), 104 deletions(-) create mode 100644 docs/ground_truth/comparison.html diff --git a/docs/ground_truth/comparison.html b/docs/ground_truth/comparison.html new file mode 100644 index 0000000..8e007d4 --- /dev/null +++ b/docs/ground_truth/comparison.html @@ -0,0 +1,525 @@ + + + + + + RsMetaCheck — 0.3.0 vs 0.3.2 Comparison + + + + + + +

0.3.0 vs 0.3.2 — Comparison

+ +

+ +
+

0.3.0 Pitfall & Warning Distribution

+ +
+
+

Pitfalls (P001–P019)

+ +
+
+

Warnings (W001–W010)

+ +
+
+ +
+

0.3.2 Pitfall & Warning Distribution

+ +
+
+

Pitfalls (P001–P019)

+ +
+
+

Warnings (W001–W010)

+ +
+
+ +
+

The “Before & After” Comparison

+ +
+
+

Pitfalls

+ +
+
+

Warnings

+ +
+
+ +
+

Repository-Level Comparison

+ +
+ + + + + + + + + + + +
RepositoryCode0.3.0 Source0.3.0 Description0.3.2 Source0.3.2 Description
+
+ + + + + diff --git a/docs/ground_truth/index.html b/docs/ground_truth/index.html index aac57a1..85381a1 100644 --- a/docs/ground_truth/index.html +++ b/docs/ground_truth/index.html @@ -100,11 +100,31 @@ color: #2c3e50; margin: 0 auto 20px auto; } + .nav { + text-align: center; + margin-bottom: 30px; + } + .nav a { + color: #3498db; + text-decoration: none; + font-size: 0.95em; + padding: 6px 14px; + border: 1px solid #3498db; + border-radius: 4px; + } + .nav a:hover { + background-color: #3498db; + color: #fff; + } -

Ground TruthReport

+ + +

Ground Truth Report

@@ -122,28 +142,9 @@

Ground TruthReport

-
-

0.3.0 vs 0.3.2 — Comparison

- -
- - - - - - - - - - - -
RepositoryCode0.3.0 Source0.3.0 Description0.3.2 Source0.3.2 Description
-
- \ No newline at end of file From a714c810d58a85751f71686ca8b0f6dd2f000748 Mon Sep 17 00:00:00 2001 From: Anas-Elhounsri Date: Thu, 18 Jun 2026 13:49:22 +0200 Subject: [PATCH 2/2] Fixed description for both pages --- docs/ground_truth/comparison.html | 84 ++++++++++--------- docs/ground_truth/index.html | 38 +++++---- ...{summary_0_3_2.json => summary_0_3_1.json} | 0 3 files changed, 66 insertions(+), 56 deletions(-) rename docs/ground_truth/{summary_0_3_2.json => summary_0_3_1.json} (100%) diff --git a/docs/ground_truth/comparison.html b/docs/ground_truth/comparison.html index 8e007d4..97f20ba 100644 --- a/docs/ground_truth/comparison.html +++ b/docs/ground_truth/comparison.html @@ -3,7 +3,7 @@ - RsMetaCheck — 0.3.0 vs 0.3.2 Comparison + RsMetaCheck — 0.3.0 vs 0.3.1 Comparison