Skip to content

Commit

Permalink
tweak English
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 15, 2019
1 parent 09286c5 commit e966afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/reviewdog/doghouse.go
Expand Up @@ -158,7 +158,7 @@ func checkResultToAnnotation(c *reviewdog.CheckResult, wd string) *doghouse.Anno
// reportResults reports results to given io.Writer and return true if at least
// one annotation result is in diff.
func reportResults(w io.Writer, filteredResultSet *reviewdog.FilteredCheckMap) bool {
// Get sorted names to get determinisitic result.
// Sort names to get determinisitic result.
var names []string
filteredResultSet.Range(func(name string, results []*reviewdog.FilteredCheck) {
names = append(names, name)
Expand Down

0 comments on commit e966afd

Please sign in to comment.