Skip to content

Commit 6b0868f

Browse files
committed
chore: ignore linting warning
Signed-off-by: oleg-glushak <[email protected]>
1 parent 40508b7 commit 6b0868f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: server/events/vcs/github_client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ func (g *GithubClient) HidePrevCommandComments(logger logging.SimpleLogging, rep
295295
commentsQueryVariables := map[string]interface{}{
296296
"owner": githubv4.String(repo.Owner),
297297
"name": githubv4.String(repo.Name),
298-
"number": githubv4.Int(pullNum),
298+
"number": githubv4.Int(pullNum), //nolint:gosec
299299
"pageSize": githubv4.Int(100),
300300
"after": (*githubv4.String)(nil),
301301
}

0 commit comments

Comments
 (0)