We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dfe47e + 75fe1fe commit 6d9e480Copy full SHA for 6d9e480
internal/rule/ruleconfiguration/ruleconfiguration.go
@@ -5266,7 +5266,7 @@ var configurations = []Type{
5266
SuperprojectType: projecttype.All,
5267
Category: "data",
5268
Subcategory: "tool",
5269
- ID: "IT025 ",
+ ID: "IT025",
5270
Brief: "packages[*].tools[*].systems[*].checksum missing",
5271
Description: "A `systems` object for one of the package index's tools is missing a `checksum` property.",
5272
MessageTemplate: "Missing packages[*].tools[*].systems[*].checksum property in tool(s):\n{{.}}",
0 commit comments