CommentFileGroup groups review comments by file path for template rendering.
| 83 | |
| 84 | // CommentFileGroup groups review comments by file path for template rendering. |
| 85 | type CommentFileGroup struct { |
| 86 | FilePath string |
| 87 | Comments []*ReviewComment |
| 88 | } |
| 89 | |
| 90 | // SeverityCount holds counts for each severity level. |
| 91 | type SeverityCount struct { |
nothing calls this directly
no outgoing calls
no test coverage detected