Make linters happy.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-06-29 13:19:22 +05:00
parent 14581dbe83
commit 7fa3553da6
4 changed files with 6 additions and 4 deletions

View File

@@ -123,7 +123,7 @@ func (b *BaseTask) Run() {
b.log("Found no opened tasks and task should be created, doing so. Task deadline: " + nextDeadlineTS.String())
// nolint:exhaustivestruct
// nolint:exhaustruct
err := b.client.CreateIssue(b.projectID, &g.CreateIssueOptions{
Title: &b.title,
Description: &b.body,