We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9378d commit d30dd8eCopy full SHA for d30dd8e
Makefile
@@ -9,7 +9,7 @@ lint:
9
# Install linters
10
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s latest
11
# Run linters
12
- ./bin/golangci-lint run --deadline=120s ./...
+ ./bin/golangci-lint run --deadline=3m --timeout=3m ./...
13
14
test:
15
$(GOTEST) -v -race ./...
0 commit comments