Skip to content

Commit ad5360c

Browse files
committed
feat(cmd): Simplify back annotation messages
Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@gmail.com>
1 parent 902ca00 commit ad5360c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/governctl/pr/check/patch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ func (opts *Patch) Run(cmd *cobra.Command, args []string) error {
179179
note.File,
180180
note.Line,
181181
note.Type,
182-
fmt.Sprintf("(%s) %s:%d-%d: %s", patch.Hash[0:7], note.File, note.Line, note.Line, note.Message),
182+
note.Message,
183183
)
184184
}
185185
}

0 commit comments

Comments
 (0)