Skip to content

Commit

Permalink
Renamed deadline -> timeout for golangci (#4539)
Browse files Browse the repository at this point in the history
See golangci/golangci-lint#822 for background
  • Loading branch information
melinath committed Jul 29, 2022
1 parent 587f0b0 commit d1ec569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
@@ -1,5 +1,5 @@
run:
deadline: 2m30s
timeout: 2m30s

linters:
disable-all: true
Expand Down

0 comments on commit d1ec569

Please sign in to comment.