Skip to content

Commit 1593995

Browse files
committed
Update golangci-lint config file, rename deadline to timeout in the run section.
1 parent bdf50fa commit 1593995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.golangci.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[run]
2-
deadline = "10m"
2+
timeout = "10m"
33
tests = true
44

55
[linters]

0 commit comments

Comments
 (0)