Skip to content

Commit

Permalink
feat(cmd): Simplify back annotation messages
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc committed Dec 12, 2023
1 parent 902ca00 commit ad5360c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/governctl/pr/check/patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func (opts *Patch) Run(cmd *cobra.Command, args []string) error {
note.File,
note.Line,
note.Type,
fmt.Sprintf("(%s) %s:%d-%d: %s", patch.Hash[0:7], note.File, note.Line, note.Line, note.Message),
note.Message,
)
}
}
Expand Down

0 comments on commit ad5360c

Please sign in to comment.