Skip to content

Commit

Permalink
Merge pull request #702 from reviewdog/gofmt
Browse files Browse the repository at this point in the history
gofmt
  • Loading branch information
haya14busa committed Jul 26, 2020
2 parents d427679 + 89b0325 commit 96e4801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/reviewdog/doghouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func postResultSet(ctx context.Context, resultSet *reviewdog.ResultMap,
// Fill results only when report URL is missing, which probably means
// it failed to report results with Check API.
filteredResultSet.Store(name, &reviewdog.FilteredResult{
Level: result.Level,
Level: result.Level,
FilteredDiagnostic: res.CheckedResults,
})
}
Expand Down
2 changes: 1 addition & 1 deletion resultmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (rm *ResultMap) Len() int {
}

type FilteredResult struct {
Level string
Level string
FilteredDiagnostic []*filter.FilteredDiagnostic
}

Expand Down

0 comments on commit 96e4801

Please sign in to comment.