mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
change increase to increasing in timeout error
This commit is contained in:
parent
b9eef79121
commit
a999403d3a
2 changed files with 4 additions and 4 deletions
|
@ -446,7 +446,7 @@ func (e *Executor) setTimeoutToDeadlineIfOnlyDeadlineIsSet() {
|
|||
func (e *Executor) setupExitCode(ctx context.Context) {
|
||||
if ctx.Err() != nil {
|
||||
e.exitCode = exitcodes.Timeout
|
||||
e.log.Errorf("Timeout exceeded: try increase it by passing --timeout option")
|
||||
e.log.Errorf("Timeout exceeded: try increasing it by passing --timeout option")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue