From 6ab67ca109f865d37e21ea88bde2f415c863cfd1 Mon Sep 17 00:00:00 2001 From: Shraddha Bajare Date: Tue, 18 Nov 2025 15:07:29 +0000 Subject: [PATCH 1/2] Added quality indicator for tool checkstyle --- data/software-tools/checkstyle.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/software-tools/checkstyle.json b/data/software-tools/checkstyle.json index d179c5e..3e93272 100644 --- a/data/software-tools/checkstyle.json +++ b/data/software-tools/checkstyle.json @@ -17,5 +17,11 @@ { "@id": "rs:PrototypeTool", "@type": "@id" }, { "@id": "rs:ResearchInfrastructureSoftware", "@type": "@id" }, { "@id": "rs:AnalysisCode", "@type": "@id" } + ], + "hasQualityIndicator": [ + { + "@id": "ind:has_no_linting_issues", + "@type": "@id" + } ] } From fdc47ba3ed5080c6decacf82e7fdcfa85d6292ce Mon Sep 17 00:00:00 2001 From: Shraddha Bajare Date: Mon, 1 Dec 2025 14:34:29 +0800 Subject: [PATCH 2/2] Adapted new schema to include quality measure --- data/software-tools/checkstyle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/software-tools/checkstyle.json b/data/software-tools/checkstyle.json index 3e93272..e8343e6 100644 --- a/data/software-tools/checkstyle.json +++ b/data/software-tools/checkstyle.json @@ -18,9 +18,9 @@ { "@id": "rs:ResearchInfrastructureSoftware", "@type": "@id" }, { "@id": "rs:AnalysisCode", "@type": "@id" } ], - "hasQualityIndicator": [ + "measuresQualityIndicator": [ { - "@id": "ind:has_no_linting_issues", + "@id": "https://w3id.org/everse/i/indicators/has_no_linting_issues", "@type": "@id" } ]