Skip to content

Commit

Permalink
chore: ignore linting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-glushak committed Jan 17, 2025
1 parent 4f5b17f commit 485dde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events/vcs/github_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ func (g *GithubClient) HidePrevCommandComments(logger logging.SimpleLogging, rep
commentsQueryVariables := map[string]interface{}{
"owner": githubv4.String(repo.Owner),
"name": githubv4.String(repo.Name),
"number": githubv4.Int(pullNum),
"number": githubv4.Int(pullNum), //nolint:gosec
"pageSize": githubv4.Int(100),
"after": (*githubv4.String)(nil),
}
Expand Down

0 comments on commit 485dde2

Please sign in to comment.