Skip to content

Commit

Permalink
Renamed deadline -> timeout for golangci (#12203)
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 76f9ba8 commit 82f56f4
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 82f56f4

Please sign in to comment.