File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -95,3 +95,6 @@ issues:
95
95
linters :
96
96
- misspell
97
97
text : ' `Destory` is a misspelling of `Destroy`'
98
+ - linters :
99
+ - misspell
100
+ text : ' `Unknwon` is a misspelling of `Unknown`'
Original file line number Diff line number Diff line change 473
473
golangci-lint :
474
474
@hash golangci-lint > /dev/null 2>&1 ; if [ $$ ? -ne 0 ]; then \
475
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 ; \
476
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH ) /bin v1.17.1 ; \
477
477
fi
478
- golangci-lint run
478
+ golangci-lint run --deadline=3m
You can’t perform that action at this time.
0 commit comments