Skip to content

Commit 6d9e480

Browse files
authored
Merge pull request #965 from per1234/fix-rule-id
Remove trailing space from rule ID string
2 parents 7dfe47e + 75fe1fe commit 6d9e480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/rule/ruleconfiguration/ruleconfiguration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5266,7 +5266,7 @@ var configurations = []Type{
52665266
SuperprojectType: projecttype.All,
52675267
Category: "data",
52685268
Subcategory: "tool",
5269-
ID: "IT025 ",
5269+
ID: "IT025",
52705270
Brief: "packages[*].tools[*].systems[*].checksum missing",
52715271
Description: "A `systems` object for one of the package index's tools is missing a `checksum` property.",
52725272
MessageTemplate: "Missing packages[*].tools[*].systems[*].checksum property in tool(s):\n{{.}}",

0 commit comments

Comments
 (0)