We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fafc8a + 57b51b9 commit d4802a6Copy full SHA for d4802a6
2 files changed
.golangci.yml
@@ -15,6 +15,7 @@ linters:
15
- errcheck
16
17
run:
18
+ deadline: 2m
19
skip-dirs:
20
- api
21
- design
Makefile
@@ -121,7 +121,7 @@ all: binaries
121
122
check: proto-fmt ## run all linters
123
@echo "$(WHALE) $@"
124
- GOGC=75 golangci-lint run --deadline 2m
+ GOGC=75 golangci-lint run
125
126
ci: check binaries checkprotos coverage coverage-integration ## to be used by the CI
127
0 commit comments