We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeaf776 commit 1d904c6Copy full SHA for 1d904c6
parser/parser.go
@@ -515,7 +515,7 @@ func cleanComment(s string) string {
515
516
// metadataCommentRegex is the regex to pull key value metadata
517
// used since we can't simply trust lines that contain a colon
518
-var metadataCommentRegex = regexp.MustCompile(`^.*:.*`)
+var metadataCommentRegex = regexp.MustCompile(`^.*: .*`)
519
520
// extractCommentMetadata extracts key value pairs from the comment.
521
// It returns a map of metadata, and the
0 commit comments