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.
1 parent a3ebc77 commit eb90ec8Copy full SHA for eb90ec8
v2/sarif/reporting_descriptor.go
@@ -13,7 +13,7 @@ type ReportingDescriptor struct {
13
DeprecatedNames []string `json:"deprecatedNames,omitempty"`
14
HelpURI *string `json:"helpUri,omitempty"`
15
Help *MultiformatMessageString `json:"help,omitempty"`
16
- MessageStrings *MessageStrings `json:"messageStrings"`
+ MessageStrings *MessageStrings `json:"messageStrings,omitempty"`
17
Properties Properties `json:"properties,omitempty"`
18
}
19
0 commit comments