Skip to content

Commit 82f56f4

Browse files
authored
Renamed deadline -> timeout for golangci (#12203)
See golangci/golangci-lint#822 for background
1 parent 76f9ba8 commit 82f56f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
deadline: 2m30s
2+
timeout: 2m30s
33

44
linters:
55
disable-all: true

0 commit comments

Comments
 (0)