From 75fe1fe6211d6eecbf23fdbee646e6b7cb75c2db Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 15 Sep 2025 11:32:49 -0700 Subject: [PATCH] Remove trailing space from rule ID string --- internal/rule/ruleconfiguration/ruleconfiguration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rule/ruleconfiguration/ruleconfiguration.go b/internal/rule/ruleconfiguration/ruleconfiguration.go index ef554501b..9e1ab0500 100644 --- a/internal/rule/ruleconfiguration/ruleconfiguration.go +++ b/internal/rule/ruleconfiguration/ruleconfiguration.go @@ -5266,7 +5266,7 @@ var configurations = []Type{ SuperprojectType: projecttype.All, Category: "data", Subcategory: "tool", - ID: "IT025 ", + ID: "IT025", Brief: "packages[*].tools[*].systems[*].checksum missing", Description: "A `systems` object for one of the package index's tools is missing a `checksum` property.", MessageTemplate: "Missing packages[*].tools[*].systems[*].checksum property in tool(s):\n{{.}}",