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

Commit

Permalink
Merge pull request #53 from vthiery/replace-deadline-flag-with-timeout
Browse files Browse the repository at this point in the history
Replace deprecated deadline flag with timeout
  • Loading branch information
jirfag authored Oct 14, 2019
2 parents a88b5f8 + 060ed20 commit 993d511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/analyze/linters/golinters/golangci_lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (g GolangciLint) Run(ctx context.Context, exec executors.Executor) (*result
"--out-format=json",
"--issues-exit-code=0",
"--print-welcome=false",
"--deadline=5m",
"--timeout=5m",
"--new=false",
"--new-from-rev=",
"--new-from-patch=" + g.PatchPath,
Expand Down

0 comments on commit 993d511

Please sign in to comment.