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:
9595 linters :
9696 - misspell
9797 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 473473golangci-lint :
474474 @hash golangci-lint > /dev/null 2>&1 ; if [ $$ ? -ne 0 ]; then \
475475 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 ; \
477477 fi
478- golangci-lint run
478+ golangci-lint run --deadline=3m
You can’t perform that action at this time.
0 commit comments