Skip to content

Commit

Permalink
support messageStrings property (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
masakura committed Sep 17, 2023
1 parent 68a4080 commit f695e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v2/sarif/message_strings.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package sarif

type MessageStrings map[string]MultiformatMessageString
1 change: 1 addition & 0 deletions v2/sarif/reporting_descriptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ type ReportingDescriptor struct {
DeprecatedNames []string `json:"deprecatedNames,omitempty"`
HelpURI *string `json:"helpUri,omitempty"`
Help *MultiformatMessageString `json:"help,omitempty"`
MessageStrings *MessageStrings `json:"messageStrings"`
Properties Properties `json:"properties,omitempty"`
}

Expand Down

0 comments on commit f695e97

Please sign in to comment.