Skip to content

Commit 8ae3e2d

Browse files
committed
fix lint
1 parent ce2c4ed commit 8ae3e2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/migrations/git.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,8 @@ func (g *PlainGitDownloader) GetComments(issueNumber int64) ([]*base.Comment, er
7878
func (g *PlainGitDownloader) GetPullRequests(start, limit int) ([]*base.PullRequest, error) {
7979
return nil, ErrNotSupported
8080
}
81+
82+
// GetReviews returns reviews according issue number
83+
func (g *PlainGitDownloader) GetReviews(issueNumber int64) ([]*base.Review, error) {
84+
return nil, ErrNotSupported
85+
}

0 commit comments

Comments
 (0)