This commit is contained in:
@@ -61,7 +61,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
count := countWords(content)
|
count := countWords(content)
|
||||||
counts = append(counts, fmt.Sprintf("#### Review for `%s`\n\n%s", file.Filename, count))
|
counts = append(counts, fmt.Sprintf("#### Word count for `%s`\n\nWord count: %d", file.Filename, count))
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(counts) > 0 {
|
if len(counts) > 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user