Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 993d511

Browse files
authored
Merge pull request #53 from vthiery/replace-deadline-flag-with-timeout
Replace deprecated deadline flag with timeout
2 parents a88b5f8 + 060ed20 commit 993d511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/analyze/linters/golinters/golangci_lint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func (g GolangciLint) Run(ctx context.Context, exec executors.Executor) (*result
3030
"--out-format=json",
3131
"--issues-exit-code=0",
3232
"--print-welcome=false",
33-
"--deadline=5m",
33+
"--timeout=5m",
3434
"--new=false",
3535
"--new-from-rev=",
3636
"--new-from-patch=" + g.PatchPath,

0 commit comments

Comments
 (0)