We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2a4cb commit 99a004cCopy full SHA for 99a004c
.golangci.yml
@@ -95,3 +95,6 @@ issues:
95
linters:
96
- misspell
97
text: '`Destory` is a misspelling of `Destroy`'
98
+ - linters:
99
+ - misspell
100
+ text: '`Unknwon` is a misspelling of `Unknown`'
Makefile
@@ -473,6 +473,6 @@ pr:
473
golangci-lint:
474
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
475
export BINARY="golangci-lint"; \
476
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.16.0; \
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.17.1; \
477
fi
478
- golangci-lint run
+ golangci-lint run --deadline=3m
0 commit comments