We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b353999 commit ac565b5Copy full SHA for ac565b5
.golangci.yml
@@ -1,5 +1,5 @@
1
run:
2
- deadline: 4m
+ timeout: 5m
3
skip-dirs:
4
skip-files:
5
Makefile
@@ -53,8 +53,8 @@ test: test-style
53
go vet $(GO_FILES)
54
test-style: setup
55
@echo "==> Running static validations and linters <=="
56
- # Setting deadline to 5m as deafult is 1m
57
- golangci-lint run --deadline=5m
+ # Setting timeout to 5m as deafult is 1m
+ golangci-lint run --timeout=5m
58
sanity-test:
59
go test -v ./test/sanity
60
build: setup
0 commit comments